Deleted Added
full compact
Makefile (39206) Makefile (39726)
1#
1#
2# $Id: Makefile,v 1.217 1998/09/10 20:44:55 ache Exp $
2# $Id: Makefile,v 1.218 1998/09/15 05:10:17 jkh 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).

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

27#
28# The user-driven targets (as listed above) are implemented in Makefile.inc0
29# and the private targets are in Makefile.inc1. These are kept separate
30# to help the bootstrap build from aout to elf format.
31#
32# For novices wanting to build from current sources, the simple instructions
33# are:
34#
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).

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

27#
28# The user-driven targets (as listed above) are implemented in Makefile.inc0
29# and the private targets are in Makefile.inc1. These are kept separate
30# to help the bootstrap build from aout to elf format.
31#
32# For novices wanting to build from current sources, the simple instructions
33# are:
34#
35# 1. Ensure that your /usr/obj directory has at least 165 Mb of free space.
35# 1. Ensure that your /usr/obj directory has at least 260 Mb of free space.
36# 2. `cd /usr/src' (or to the directory containing your source tree).
37# 3. `make world'
38#
39# Be warned, this will update your installed system, except for configuration
40# files in the /etc directory. You have to do those manually.
41#
42# If at first you're a little nervous about having a `make world' update
43# your system, a `make buildworld' will build everything in the /usr/obj

--- 95 unchanged lines hidden ---
36# 2. `cd /usr/src' (or to the directory containing your source tree).
37# 3. `make world'
38#
39# Be warned, this will update your installed system, except for configuration
40# files in the /etc directory. You have to do those manually.
41#
42# If at first you're a little nervous about having a `make world' update
43# your system, a `make buildworld' will build everything in the /usr/obj

--- 95 unchanged lines hidden ---