summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/external
Commit message (Collapse)AuthorAgeFilesLines
* build/external/source moved to build/release/tobuildFrancis Rowe2015-06-081-73/+0
| | | | build/release/util no longer runs it
* Replace rm -r with rm -RFrancis Rowe2015-06-061-2/+2
|
* Replace cp -r with cp -RFrancis Rowe2015-06-061-4/+4
| | | | Today I learned that -R is portable, -r is not.
* bash scripts: Make script output more user-friendlyFrancis Rowe2015-02-201-0/+4
|
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-191-1/+2
|
* build/external/source: only include the necessary filesFrancis Rowe2015-02-151-2/+16
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-141-0/+54
All build scripts were moved to resources/scripts/helpers/