summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module/bucts
Commit message (Collapse)AuthorAgeFilesLines
* build system: allow arbitrary specification of number of cores usedFrancis Rowe2016-03-101-1/+12
| | | | | | | Use NPROC=foo Replace "foo" with a number. By default, the build system uses $(nproc). This patch allows the user to specify any number of cores. This is useful on some systems, or certain chroot environments.
* build scripts: use $(nproc) not "$(nproc)" for make -j optionFrancis Rowe2016-03-101-1/+1
|
* scripts: say ROM images, not ROM's. ROM's is wrong!Francis Rowe2015-11-051-1/+1
|
* all scripts: general fixes and clean upFrancis Rowe2015-08-291-3/+1
|
* scripts: use the -j option in make (multithreaded compilation)Klemens Nanni2015-08-161-1/+2
|
* all script: use a standard styleFrancis Rowe2015-06-101-6/+6
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* 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
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-141-0/+52
All build scripts were moved to resources/scripts/helpers/