Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reassign Minifree Ltd copyrights back to Minifree director | Leah Woods | 2016-05-06 | 1 | -1/+1 |
| | | | | This time under her chosen name. | ||||
* | reassign copyright from Minifree director to Minifree Ltd | Minifree Ltd | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | 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/grub: Change wording, use a subshell | Klemens Nanni | 2016-03-10 | 1 | -7/+9 |
| | |||||
* | grub: only run distclean if a makefile exists (fixes build error) | Francis Rowe | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | Simplify ./build module routines | Klemens Nanni | 2015-11-05 | 1 | -9/+4 |
| | |||||
* | more scripts: don't use the [[ bashism | Francis Rowe | 2015-08-30 | 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 | -3/+3 |
| | | | | | 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/+42 |
All build scripts were moved to resources/scripts/helpers/ |