aboutsummaryrefslogtreecommitdiff
path: root/libexec/build-make-fetch
AgeCommit message (Collapse)Author
2014-04-14Fix fetching from mirrorsMark Ferrell
2014-04-14Make various sub-commands proper builder librariesMark Ferrell
* Have fixed up various sub-commands so that they can now be used via import() as well as executed as a command.
2014-04-09Capture exit status from build_fetch.Mark Ferrell
2014-04-09Add build-urlMark Ferrell
* Removed URL parsing out of build-make-fetch and into its own command.
2014-04-08Handle various fetch methods as sub-cmds to fetchMark Ferrell
2014-03-18Reorg build builtinsMark Ferrell
* Added a few new builtins to help performance in some minor use cases. * Move generic builtin routines to top of build script