summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean/grub
Commit message (Collapse)AuthorAgeFilesLines
* Implement SeaGRUB and make it the default payload on all current GRUB boardsLeah Woods2016-05-181-1/+4
|
* 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
|
* grub: only run distclean if a makefile exists (fixes build error)Francis Rowe2015-11-291-1/+1
|
* build/clean/*: Use make properly (-C flag)Klemens Nanni2015-11-211-10/+4
| | | | | Instead of manually cd'ing into and out of directories, use make's -C flag.
* more scripts: don't use the [[ bashismFrancis Rowe2015-08-301-1/+1
|
* all scripts: general fixes and clean upFrancis Rowe2015-08-291-2/+0
|
* 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/
* 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-201-0/+3
|
* 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/+36
All build scripts were moved to resources/scripts/helpers/