Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Removed URL parsing out of build-make-fetch and into its own command.
|
|
* 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.
|
|
* Moved the test for gcc into dumpmachine directly, sort of curious that
dumpmachine doesn't take this sort of short-cut to begin with..
|
|
* Added a few new builtins to help performance in some minor use cases.
* Move generic builtin routines to top of build script
|
|
|
|
* We have a few options in build-query which have nothing to do with package
data and instead have everything to do with configuration data. We really
need a 'build-config' command for looking up this information, and
potentially overriding defaults.
|
|
* New name better reflects the contents of this path.
|