summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/withgrub_helper
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-10 13:42:14 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-03-10 13:42:14 (EST)
commitf1cc58c58a29e6183f6300c99e1f113edcecffe8 (patch)
tree8fd04a50c590b71a1d5a22a10a182bd712d7b306 /resources/scripts/helpers/build/roms/withgrub_helper
parent4120c8a2f626134fda30390c5f39661379c4a1a2 (diff)
downloadlibreboot-f1cc58c58a29e6183f6300c99e1f113edcecffe8.zip
libreboot-f1cc58c58a29e6183f6300c99e1f113edcecffe8.tar.gz
libreboot-f1cc58c58a29e6183f6300c99e1f113edcecffe8.tar.bz2
build scripts: use $(nproc) not "$(nproc)" for make -j option
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub_helper')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index 047aa76..bd1af19 100755
--- a/resources/scripts/helpers/build/roms/withgrub_helper
+++ b/resources/scripts/helpers/build/roms/withgrub_helper
@@ -98,7 +98,7 @@ do
make clean
mv "config_${romtype}" ".config"
cp "../../grub_${romtype}.elf" "grub.elf"
- make -j"$(nproc)"
+ make -j$(nproc)
rm -f "grub.elf"
mv "build/coreboot.rom" "${boardtarget}_${romtype}.rom"
# .config no longer needed