Age | Commit message (Collapse) | Author |
|
* Generally all of the make-* prefixed commands are expected to be called from
the cmdline w/out the make- prefix. Calling them w/ the make-* prefix is
reserved for build-make.
|
|
|
|
|
|
* Added the ability to list all of the available commands. The code is still
rough, but it works. It can be cleaned up and enhanced later.
|
|
|
|
* 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.
|
|
* New name better reflects the contents of this path.
|