Deleted Added
full compact
Makefile (57457) Makefile (64049)
1#
1#
2# $FreeBSD: head/Makefile 57457 2000-02-24 23:03:16Z markm $
2# $FreeBSD: head/Makefile 64049 2000-07-31 09:26:59Z alex $
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.
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.
10# update - Convenient way to update your source tree (cvs).
11# upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way
12# most - Build user commands, no libraries or include files.
13# installmost - Install user commands, no libraries or include files.
14# aout-to-elf - Upgrade an system from a.out to elf format (see below).
15# aout-to-elf-build - Build everything required to upgrade a system from
16# a.out to elf format (see below).
17# aout-to-elf-install - Install everything built by aout-to-elf-build (see

--- 165 unchanged lines hidden ---
12# update - Convenient way to update your source tree (cvs).
13# upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way
14# most - Build user commands, no libraries or include files.
15# installmost - Install user commands, no libraries or include files.
16# aout-to-elf - Upgrade an system from a.out to elf format (see below).
17# aout-to-elf-build - Build everything required to upgrade a system from
18# a.out to elf format (see below).
19# aout-to-elf-install - Install everything built by aout-to-elf-build (see

--- 165 unchanged lines hidden ---