| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* Before we start a build we check the SYSROOT for old packages which no
longer have a valid package definition. This could be the result of a
rename, or simply removing the package all together. Regardless, we remove
it from the SYSROOT.
|
|
* The original idea behind the PROJECT variable is all but gone, and really ..
it wasn't very good to begin with. Remove any remaining references to it.
|
|
|
|
* Have fixed up various sub-commands so that they can now be used via import()
as well as executed as a command.
|
|
|
|
* We needed some way to detect when a sub-command was being called by the make
engine vs by a user so we could properly handle the 'help' command. This
involved a lot of decoupling of the make handling out of the top-level
'build' tool and placing it into a newly created 'build-make'.
* While we where at it we cleaned up the handling of various targets in
makedeps so that 'all/all' is now a valid target, and subsequently, the
default target.
|