summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/withgrub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-06 19:59:00 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-03-07 02:07:45 (EST)
commit4dd16f5a28d0d799d450a49b759f28353bf5e07f (patch)
treeaedddbe5524cc960a74d9da062d57c6f45efd50c /resources/scripts/helpers/build/roms/withgrub
parentb7e798ce0819a8a23c4cd4614d052e03246bba40 (diff)
downloadlibreboot-4dd16f5a28d0d799d450a49b759f28353bf5e07f.zip
libreboot-4dd16f5a28d0d799d450a49b759f28353bf5e07f.tar.gz
libreboot-4dd16f5a28d0d799d450a49b759f28353bf5e07f.tar.bz2
copy coreboot directory per revision, not per board
This will speed up the build process. The plan is to, if possible, always use 1 revision.
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub
index f3c0c05..3ef295a 100755
--- a/resources/scripts/helpers/build/roms/withgrub
+++ b/resources/scripts/helpers/build/roms/withgrub
@@ -140,6 +140,6 @@ fi
# The GRUB files are no longer needed
rm -f "coreboot/grub"*.{elf,cfg}
-rm -f "coreboot/"*/*/grub*.{elf,cfg}
+rm -f "coreboot/"*/*/*.{elf,cfg}
printf "\n\n"