Deleted Added
sdiff udiff text old ( 44103 ) new ( 44918 )
full compact
1#
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).
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
18# below).
19# move-aout-libs - Move the a.out libraries into an aout sub-directory

--- 118 unchanged lines hidden ---