summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module/grub
Commit message (Collapse)AuthorAgeFilesLines
* Implement SeaGRUB and make it the default payload on all current GRUB boardsLeah Woods2016-05-181-0/+3
|
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-061-1/+1
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-261-1/+1
|
* 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/grub: Change wording, use a subshellKlemens Nanni2016-03-101-7/+9
|
* grub: only run distclean if a makefile exists (fixes build error)Francis Rowe2015-11-291-1/+1
|
* Simplify ./build module routinesKlemens Nanni2015-11-051-9/+4
|
* more scripts: don't use the [[ bashismFrancis Rowe2015-08-301-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-3/+3
| | | | | 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/+42
All build scripts were moved to resources/scripts/helpers/