summaryrefslogtreecommitdiffstats
path: root/make/lib
Commit message (Collapse)AuthorAgeFilesLines
* make: Further improvements to feature enable/disable in configure.py.Bradley Sepos2019-04-131-5/+5
| | | | Converts most of configure.py from optparse (deprecated) to argparse. Better fixes #1459.
* build: Avoid sending ANSI to Windows terminals.Bradley Sepos2016-05-251-1/+1
|
* build: Add download jobs option and progress display.Bradley Sepos2016-05-251-1/+12
|
* Build: split fetch into df-fetch and df-verifyKonaBlend2016-05-251-0/+106
- moved common python code to lib/hb_distfile.py - beautified tmpfile creation - added stack-style resource management to df-fetch - fixed contrib assumptions about single URL