Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grub: only run distclean if a makefile exists (fixes build error) | Francis Rowe | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | build/clean/*: Use make properly (-C flag) | Klemens Nanni | 2015-11-21 | 1 | -10/+4 |
| | | | | | Instead of manually cd'ing into and out of directories, use make's -C flag. | ||||
* | 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 | -2/+0 |
| | |||||
* | 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/ | ||||
* | build/clean/grub: use distclean instead of clean | Francis Rowe | 2015-03-08 | 1 | -1/+1 |
| | | | | | | Per GNU coding standards: gnu.org/software/automake/manual/html_node/Standard-Targets.html gnu.org/prep/standards/html_node/Standard-Targets.html | ||||
* | bash scripts: Make script output more user-friendly | Francis Rowe | 2015-02-20 | 1 | -0/+3 |
| | |||||
* | 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/+36 |
All build scripts were moved to resources/scripts/helpers/ |