Home
last modified time | relevance | path

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

/freebsd/
H A DMakefile131 .if defined(UNIVERSE_TARGET) || defined(MAKE_JUST_WORLDS) || defined(WITHOUT_KERNELS)
500 @cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=toolchain universe
503 @cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=kernel-toolchain universe
509 @cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=buildworld universe
568 UNIVERSE_TARGET?= buildworld macro
701 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
703 ${SUB_MAKE} ${JFLAG} ${UNIVERSE_TARGET} \
707 > _.${target}.${target_arch}.${UNIVERSE_TARGET} 2>&1 || \
708 (echo "${target}.${target_arch} ${UNIVERSE_TARGET} failed," \
709 "check _.${target}.${target_arch}.${UNIVERSE_TARGET} for details" | \
[all …]
/freebsd/tools/
H A Dtinder.sh60 make tinderbox UNIVERSE_TARGET="_cleanobj _obj everything" $MAKE_ARGS SUBDIR_OVERRIDE="$SUBDIR"