Преглед на файлове

setup-makefiles: Mirror changes in extract-files

Change-Id: I263ebde1f13926004efd5deada40b40d1f52614e
Signed-off-by: Paul Keith <[email protected]>
Paul Keith преди 7 години
родител
ревизия
f358df0a24
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      setup-makefiles.sh

+ 3 - 2
setup-makefiles.sh

@@ -42,9 +42,10 @@ while [ "$1" != "" ]; do
     shift
 done
 
+
 if [ -z "$TARGET" ]; then
-    echo "Warning, target for extraction not specified, defaulting to arm"
-    TARGET=arm
+    echo "Architecture for makefile setup not specified! Specify one with --target"
+    exit 1
 fi
 
 # Initialize the helper for common gapps