summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean
Commit message (Collapse)AuthorAgeFilesLines
* all scripts: general fixes and clean upFrancis Rowe2015-08-298-16/+0
|
* really make memtest86plus naming consistentFrancis Rowe2015-08-291-1/+1
|
* all script: use a standard styleFrancis Rowe2015-06-108-19/+19
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* coreboot-libre: don't build cbmem/nvramtoolFrancis Rowe2015-06-081-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 -RFrancis Rowe2015-06-061-1/+1
|
* build/clean/grub: use distclean instead of cleanFrancis Rowe2015-03-081-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-friendlyFrancis Rowe2015-02-208-0/+25
|
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-198-8/+16
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-148-0/+305
All build scripts were moved to resources/scripts/helpers/