mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove WITHOUT_TOOLCHAIN=1, it's already in src.conf
This commit is contained in:
parent
ab7ead1514
commit
8e9167a574
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user