Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build system: allow arbitrary specification of number of cores used | Francis Rowe | 2016-03-10 | 1 | -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 option | Francis Rowe | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | scripts: say ROM images, not ROM's. ROM's is wrong! | Francis Rowe | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | all scripts: general fixes and clean up | Francis Rowe | 2015-08-30 | 1 | -3/+1 |
| | |||||
* | scripts: use the -j option in make (multithreaded compilation) | Klemens Nanni | 2015-08-16 | 1 | -1/+2 |
| | |||||
* | all script: use a standard style | Francis Rowe | 2015-06-11 | 1 | -6/+6 |
| | | | | | Based on the style used for the script in resources/scripts/helpers/build/release/ | ||||
* | bash scripts: Make script output more user-friendly | Francis Rowe | 2015-02-20 | 1 | -0/+4 |
| | |||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-20 | 1 | -1/+2 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-15 | 1 | -0/+52 |
All build scripts were moved to resources/scripts/helpers/ |