summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-06-27 13:08:51 -0300
committerRenato Botelho <renato@netgate.com>2016-06-27 13:08:51 -0300
commit8e9167a57403bbbeda024cfc27351f79c53ab40a (patch)
tree7004f13bfaa0a67a561393dfc4e1f0509a818816 /tools/builder_common.sh
parentab7ead151418b1d7381d89adb170923d075acd80 (diff)
downloadpfsense-8e9167a57403bbbeda024cfc27351f79c53ab40a.zip
pfsense-8e9167a57403bbbeda024cfc27351f79c53ab40a.tar.gz
Remove WITHOUT_TOOLCHAIN=1, it's already in src.conf
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index de7dbc2..64a5b52 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -335,7 +335,7 @@ make_world() {
LOGFILE=${BUILDER_LOGS}/installworld.${TARGET}
echo ">>> LOGFILE set to $LOGFILE." | tee -a ${LOGFILE}
# Create if cleaned up
- makeargs="${MAKEJ} DESTDIR=${STAGE_CHROOT_DIR} WITHOUT_TOOLCHAIN=1"
+ makeargs="${MAKEJ} DESTDIR=${STAGE_CHROOT_DIR}"
echo ">>> Installing world for ${TARGET} architecture... (Starting - $(LC_ALL=C date))" | tee -a ${LOGFILE}
echo ">>> Builder is running the command: script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR} ${makeargs} installworld" | tee -a ${LOGFILE}
(script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR} ${makeargs} installworld || print_error_pfS;) | egrep '^>>>' | tee -a ${LOGFILE}
OpenPOWER on IntegriCloud