summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-14 14:58:13 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-14 14:58:13 (EST)
commitfe6259ac9875cdaf6d167d58935705251dcad6d3 (patch)
tree025581079c0553d890cd947256353f852b78979f /build
parent315c275b4c361bcc490fe20e5ab313b23f092686 (diff)
downloadlibreboot-fe6259ac9875cdaf6d167d58935705251dcad6d3.zip
libreboot-fe6259ac9875cdaf6d167d58935705251dcad6d3.tar.gz
libreboot-fe6259ac9875cdaf6d167d58935705251dcad6d3.tar.bz2
Move creation of bin/ directory to the "build" script
Diffstat (limited to 'build')
-rwxr-xr-xbuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/build b/build
index ca4ee93..19aaf3c 100755
--- a/build
+++ b/build
@@ -21,7 +21,12 @@
set -u -e -v
-# Build the ROM's
+# Build the ROM images
+
+if [ ! -d "bin" ]
+then
+ mkdir bin/
+fi
# MAKE SURE THAT YOU RAN "buildall" OR "builddeps" *AT LEAST ONCE*
# BEFORE RUNNING THIS!