Deleted Added
full compact
Makefile (73349) Makefile (73504)
1#
1#
2# $FreeBSD: head/Makefile 73349 2001-03-02 16:52:14Z ru $
2# $FreeBSD: head/Makefile 73504 2001-03-04 10:43:14Z obrien $
3#
4# The user-driven targets are:
5#
6# buildworld - Rebuild *everything*, including glue to help do
7# upgrades.
8# installworld - Install everything built by "buildworld".
9# world - buildworld + installworld.
10# buildkernel - Rebuild the kernel and the kernel-modules.
11# installkernel - Install the kernel and the kernel-modules.
12# reinstallkernel - Reinstall the kernel and the kernel-modules.
3#
4# The user-driven targets are:
5#
6# buildworld - Rebuild *everything*, including glue to help do
7# upgrades.
8# installworld - Install everything built by "buildworld".
9# world - buildworld + installworld.
10# buildkernel - Rebuild the kernel and the kernel-modules.
11# installkernel - Install the kernel and the kernel-modules.
12# reinstallkernel - Reinstall the kernel and the kernel-modules.
13# kernel - buildkernel + installkernel
13# kernel - buildkernel + installkernel.
14# update - Convenient way to update your source tree (cvs).
15# upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way
16# most - Build user commands, no libraries or include files.
17# installmost - Install user commands, no libraries or include files.
18# aout-to-elf - Upgrade an system from a.out to elf format (see below).
19# aout-to-elf-build - Build everything required to upgrade a system from
20# a.out to elf format (see below).
21# aout-to-elf-install - Install everything built by aout-to-elf-build (see

--- 105 unchanged lines hidden (view full) ---

127 @echo
128 @echo "--------------------------------------------------------------"
129 @echo ">>> Making 'post-world' target"
130 @echo "--------------------------------------------------------------"
131 @cd ${.CURDIR}; ${MAKE} post-world
132.endif
133 @echo
134 @echo "--------------------------------------------------------------"
14# update - Convenient way to update your source tree (cvs).
15# upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way
16# most - Build user commands, no libraries or include files.
17# installmost - Install user commands, no libraries or include files.
18# aout-to-elf - Upgrade an system from a.out to elf format (see below).
19# aout-to-elf-build - Build everything required to upgrade a system from
20# a.out to elf format (see below).
21# aout-to-elf-install - Install everything built by aout-to-elf-build (see

--- 105 unchanged lines hidden (view full) ---

127 @echo
128 @echo "--------------------------------------------------------------"
129 @echo ">>> Making 'post-world' target"
130 @echo "--------------------------------------------------------------"
131 @cd ${.CURDIR}; ${MAKE} post-world
132.endif
133 @echo
134 @echo "--------------------------------------------------------------"
135 @printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
135 @printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
136 @echo "--------------------------------------------------------------"
137
138#
139# Perform a few tests to determine if the installed tools are adequate
140# for building the world. These are for older systems (prior to 2.2.5).
141#
142# From 2.2.5 onwards, the installed tools will pass these upgrade tests,
143# so the normal make world is capable of doing what is required to update

--- 43 unchanged lines hidden ---
136 @echo "--------------------------------------------------------------"
137
138#
139# Perform a few tests to determine if the installed tools are adequate
140# for building the world. These are for older systems (prior to 2.2.5).
141#
142# From 2.2.5 onwards, the installed tools will pass these upgrade tests,
143# so the normal make world is capable of doing what is required to update

--- 43 unchanged lines hidden ---