Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all script: use a standard style | Francis Rowe | 2015-06-10 | 8 | -19/+19 |
| | | | | | Based on the style used for the script in resources/scripts/helpers/build/release/ | ||||
* | coreboot-libre: don't build cbmem/nvramtool | Francis Rowe | 2015-06-08 | 1 | -6/+0 |
| | | | | | They aren't included in the _util release archive anymore, and they don't need to be built either. | ||||
* | Replace rm -r with rm -R | Francis Rowe | 2015-06-06 | 1 | -1/+1 |
| | |||||
* | 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 | 8 | -0/+25 |
| | |||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-19 | 8 | -8/+16 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-14 | 8 | -0/+305 |
All build scripts were moved to resources/scripts/helpers/ |