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

/freebsd-9.3-release/
H A DMakefile337 @cd ${.CURDIR} && ${MAKE} UNIVERSE_TARGET=toolchain universe
356 .if defined(UNIVERSE_TARGET)
359 UNIVERSE_TARGET?= buildworld macro
396 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
398 ${MAKE} ${JFLAG} ${UNIVERSE_TARGET} \
401 > _.${target}.${target_arch}.${UNIVERSE_TARGET} 2>&1 || \
402 (echo "${target}.${target_arch} ${UNIVERSE_TARGET} failed," \
403 "check _.${target}.${target_arch}.${UNIVERSE_TARGET} for details" | \
405 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`"

Completed in 43 milliseconds