summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild7
-rwxr-xr-xbuilddeps5
2 files changed, 6 insertions, 6 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!
diff --git a/builddeps b/builddeps
index c4e5585..7c8a6d9 100755
--- a/builddeps
+++ b/builddeps
@@ -20,11 +20,6 @@
set -u -e -v
-if [ ! -d "bin" ]
-then
- mkdir bin/
-fi
-
# Build utilities needed in coreboot directory
# --------------------------------------------------------------------