diff options
-rwxr-xr-x | build | 7 | ||||
-rwxr-xr-x | builddeps | 5 |
2 files changed, 6 insertions, 6 deletions
@@ -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! @@ -20,11 +20,6 @@ set -u -e -v -if [ ! -d "bin" ] -then - mkdir bin/ -fi - # Build utilities needed in coreboot directory # -------------------------------------------------------------------- |