aboutsummaryrefslogtreecommitdiff
path: root/libexec/build-help
AgeCommit message (Collapse)Author
2014-04-09Remove 'make-' prefixes from make subcmdsMark Ferrell
* 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.
2014-04-09Do not process non-existant directories from the PATHMark Ferrell
2014-04-09Make the prep and compile subcommands callable from the CLIMark Ferrell
2014-04-08Support 'build help --all'Mark Ferrell
* 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.
2014-04-08Cleanup help/usage information for some commandsMark Ferrell
2014-04-08Properly support arguments to sub commandsMark Ferrell
* 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.
2014-03-05Rename builder/ to libexecMark Ferrell
* New name better reflects the contents of this path.