| Age | Commit message (Collapse) | Author |
|
|
|
* The 'build distclean' was not properly implemented, and as such it was not
cleaning NOCLEAN flagged packages.
|
|
|
|
|
|
* Clean tmp files for a package out of BUILDER_TMPDIR during clean/distclean.
This is particularly relivant after we added prepped/compiled staging data
to temp.
|
|
* We have pulled the environment setup from build-query and moved it into
load_rules(). This means that build-query acts to query information about a
package and is reserved more as a cmdline helper for external tools. Tools
that need package variables should use load_rules instead of
'build-query --environ'.
|
|
* Have fixed up various sub-commands so that they can now be used via import()
as well as executed as a command.
|
|
* Added a few new builtins to help performance in some minor use cases.
* Move generic builtin routines to top of build script
|