From fe6259ac9875cdaf6d167d58935705251dcad6d3 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 14 Feb 2015 14:58:13 -0500 Subject: Move creation of bin/ directory to the "build" script --- 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 # -------------------------------------------------------------------- -- cgit v0.9.1