Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Instead of generating huge lists of dependancies and then jumping through
eval hoops to write them into the Makefile, we now use basic (portable)
Makefile syntax to just append dependancies by declaring the comman
portion as a separate entry. This should reduce the time spent building the
makefile (less shell hoops) and allow us to automatically perform uninstalls
for reverse deps.
|
|
* 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.
|
|
|