summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-22 10:47:40 -0300
committerRenato Botelho <renato@netgate.com>2017-08-22 10:47:40 -0300
commit21835143eddeddf434d5a24819acd3093b3c3c87 (patch)
tree0f09cba837a432fb7ed7237c47f5348832e49fde
parentb4b446a64eb31538da74fd0ee4faed9c4fedc5a8 (diff)
downloadpfsense-21835143eddeddf434d5a24819acd3093b3c3c87.zip
pfsense-21835143eddeddf434d5a24819acd3093b3c3c87.tar.gz
Let user defined default arch list in build.conf
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 2fc3cc6..0a0bb6d 100755
--- a/build.sh
+++ b/build.sh
@@ -173,6 +173,10 @@ while test "$1" != ""; do
shift
done
+# Let user define ARCH_LIST in build.conf
+[ -z "${ARCH_LIST}" -a -n "${DEFAULT_ARCH_LIST}" ] \
+ && ARCH_LIST="${DEFAULT_ARCH_LIST}"
+
# Suck in local vars
. ${BUILDER_TOOLS}/builder_defaults.sh
OpenPOWER on IntegriCloud