Lines Matching refs:world
16 # world - buildworld + installworld, no kernel.
23 # kernel-toolchain - Builds the subset of world necessary to build a kernel
26 # checkworld - Run test suite on installed world.
39 # for world and kernel targets.
40 # toolchains - Build a toolchain for all world and kernel targets.
75 # 3. `make world'
107 # cross build world for other machine types using the buildworld target,
108 # and once the world is built you can cross build a kernel using the
174 stage-packages stage-packages-kernel stage-packages-world stage-packages-source \
175 create-packages-world create-packages-kernel \
176 create-packages-kernel-repo create-packages-world-repo \
210 toolchains universe universe-toolchain world worlds xdev xdev-build
367 # Make sure we have an up-to-date make(1). Only world, buildworld and
407 # world
414 world: upgrade_checks .PHONY
416 @echo ">>> make world started on ${STARTTIME}"
418 .if target(pre-world)
421 @echo ">>> Making 'pre-world' target"
423 ${_+_}@cd ${.CURDIR}; ${_MAKE} pre-world
427 .if target(post-world)
430 @echo ">>> Making 'post-world' target"
432 ${_+_}@cd ${.CURDIR}; ${_MAKE} post-world
436 @echo ">>> make world completed on `LC_ALL=C date`"
440 world: .PHONY
441 @echo "WARNING: make world will overwrite your existing FreeBSD"
444 @echo "'Rebuilding world', for how to upgrade your system."
461 # for building the world.
590 @echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets"