Deleted Added
full compact
Makefile (44103) Makefile (44918)
1#
1#
2# $Id: Makefile,v 1.223 1999/01/26 09:12:20 jkh Exp $
2# $Id: Makefile,v 1.224 1999/02/17 20:56:09 msmith Exp $
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# update - Convenient way to update your source tree (cvs).
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# 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
11# most - Build user commands, no libraries or include files.
12# installmost - Install user commands, no libraries or include files.
13# aout-to-elf - Upgrade an system from a.out to elf format (see below).
14# aout-to-elf-build - Build everything required to upgrade a system from
15# a.out to elf format (see below).
16# aout-to-elf-install - Install everything built by aout-to-elf-build (see
17# below).
18# move-aout-libs - Move the a.out libraries into an aout sub-directory

--- 118 unchanged lines hidden ---
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
18# below).
19# move-aout-libs - Move the a.out libraries into an aout sub-directory

--- 118 unchanged lines hidden ---