Deleted Added
full compact
2c2
< # $FreeBSD: head/Makefile 218206 2011-02-02 23:59:24Z imp $
---
> # $FreeBSD: head/Makefile 218524 2011-02-10 18:54:52Z jhb $
32a33
> # toolchains - Build a toolchain for all world and kernel targets.
310,311c311
< @cd ${.CURDIR} && \
< DOING_TINDERBOX=YES ${MAKE} JFLAG=${JFLAG} universe
---
> @cd ${.CURDIR} && ${MAKE} DOING_TINDERBOX=YES universe
312a313,315
> toolchains:
> @cd ${.CURDIR} && ${MAKE} UNIVERSE_TARGET=toolchain universe
>
330a334,339
> .if defined(UNIVERSE_TARGET)
> MAKE_JUST_WORLDS= YES
> .else
> UNIVERSE_TARGET?= buildworld
> .endif
>
364c373
< @echo ">> ${target}.${target_arch} buildworld started on `LC_ALL=C date`"
---
> @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
366c375
< ${MAKE} ${JFLAG} buildworld \
---
> ${MAKE} ${JFLAG} ${UNIVERSE_TARGET} \
369,371c378,380
< > _.${target}.${target_arch}.buildworld 2>&1 || \
< (echo "${target}.${target_arch} world failed," \
< "check _.${target}.${target_arch}.buildworld for details" | \
---
> > _.${target}.${target_arch}.${UNIVERSE_TARGET} 2>&1 || \
> (echo "${target}.${target_arch} ${UNIVERSE_TARGET} failed," \
> "check _.${target}.${target_arch}.${UNIVERSE_TARGET} for details" | \
373c382
< @echo ">> ${target}.${target_arch} buildworld completed on `LC_ALL=C date`"
---
> @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`"