summaryrefslogtreecommitdiffstats
path: root/builddeps-grub
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2014-08-22 17:54:02 (EDT)
committer Michał Masłowski <mtjm@mtjm.eu>2014-08-22 17:54:02 (EDT)
commit4e8051dfaa0ba5617961481056eb7e79d7b50861 (patch)
treeea3408536606e85efcb516a515f566e925b95b0b /builddeps-grub
parent7e626a1d7edc18b06b80eae0440971280d3827de (diff)
downloadlibreboot-4e8051dfaa0ba5617961481056eb7e79d7b50861.zip
libreboot-4e8051dfaa0ba5617961481056eb7e79d7b50861.tar.gz
libreboot-4e8051dfaa0ba5617961481056eb7e79d7b50861.tar.bz2
Avoid unnecessary failures in build scripts.
We should use set -e in future to detect earlier more significant failures.
Diffstat (limited to 'builddeps-grub')
-rwxr-xr-xbuilddeps-grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps-grub b/builddeps-grub
index cb86696..2c91a78 100755
--- a/builddeps-grub
+++ b/builddeps-grub
@@ -32,7 +32,7 @@
cd grub
# clean it first
-make clean
+[[ -f Makefile ]] && make clean
# build grub
./autogen.sh