From f358df0a24fa38bbc24017b8812b77c0d1eff211 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Wed, 10 May 2017 10:46:06 -0500 Subject: [PATCH] setup-makefiles: Mirror changes in extract-files Change-Id: I263ebde1f13926004efd5deada40b40d1f52614e Signed-off-by: Paul Keith --- setup-makefiles.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index bbe050d..4aae0ef 100755 --- a/setup-makefiles.sh +++ b/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