Project

General

Profile

« Previous | Next » 

Revision 8e9167a5

Added by Renato Botelho about 9 years ago

Remove WITHOUT_TOOLCHAIN=1, it's already in src.conf

View differences:

tools/builder_common.sh
335 335
	LOGFILE=${BUILDER_LOGS}/installworld.${TARGET}
336 336
	echo ">>> LOGFILE set to $LOGFILE." | tee -a ${LOGFILE}
337 337
	# Create if cleaned up
338
	makeargs="${MAKEJ} DESTDIR=${STAGE_CHROOT_DIR} WITHOUT_TOOLCHAIN=1"
338
	makeargs="${MAKEJ} DESTDIR=${STAGE_CHROOT_DIR}"
339 339
	echo ">>> Installing world for ${TARGET} architecture... (Starting - $(LC_ALL=C date))" | tee -a ${LOGFILE}
340 340
	echo ">>> Builder is running the command: script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR} ${makeargs} installworld" | tee -a ${LOGFILE}
341 341
	(script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR} ${makeargs} installworld || print_error_pfS;) | egrep '^>>>' | tee -a ${LOGFILE}

Also available in: Unified diff