Searched refs:UNIVERSE_TARGET (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/tools/
H A Dtinder.sh61 make tinderbox UNIVERSE_TARGET="_cleanobj _obj _depend everything" $MAKE_ARGS SUBDIR_OVERRIDE="$SUBDIR"
/freebsd-10.1-release/
H A DMakefile377 @cd ${.CURDIR} && ${SUB_MAKE} UNIVERSE_TARGET=toolchain universe
380 @cd ${.CURDIR} && ${SUB_MAKE} UNIVERSE_TARGET=kernel-toolchain universe
399 .if defined(UNIVERSE_TARGET)
402 UNIVERSE_TARGET?= buildworld macro
440 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
442 ${SUB_MAKE} ${JFLAG} ${UNIVERSE_TARGET} \
445 > _.${target}.${target_arch}.${UNIVERSE_TARGET} 2>&1 || \
446 (echo "${target}.${target_arch} ${UNIVERSE_TARGET} failed," \
447 "check _.${target}.${target_arch}.${UNIVERSE_TARGET} for details" | \
449 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} complete
[all...]

Completed in 104 milliseconds