Deleted Added
full compact
Makefile (39055) Makefile (39206)
1#
1#
2# $Id: Makefile,v 1.216 1998/09/09 06:07:32 jb Exp $
2# $Id: Makefile,v 1.217 1998/09/10 20:44:55 ache 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).

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

98
99#
100# Handle the user-driven targets, using the source relative mk files.
101#
102${TGTS} : upgrade_checks
103 @cd ${.CURDIR}; \
104 make -f Makefile.inc0 -m ${.CURDIR}/share/mk ${.TARGET}
105
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).

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

98
99#
100# Handle the user-driven targets, using the source relative mk files.
101#
102${TGTS} : upgrade_checks
103 @cd ${.CURDIR}; \
104 make -f Makefile.inc0 -m ${.CURDIR}/share/mk ${.TARGET}
105
106# Set a reasonable default
107.MAIN: all
108
106#
107# Perform a few tests to determine if the installed tools are adequate
108# for building the world. These are for older systems (prior to 2.2.5).
109#
110# From 2.2.5 onwards, the installed tools will pass these upgrade tests,
111# so the normal make world is capable of doing what is required to update
112# the system to current.
113#

--- 22 unchanged lines hidden ---
109#
110# Perform a few tests to determine if the installed tools are adequate
111# for building the world. These are for older systems (prior to 2.2.5).
112#
113# From 2.2.5 onwards, the installed tools will pass these upgrade tests,
114# so the normal make world is capable of doing what is required to update
115# the system to current.
116#

--- 22 unchanged lines hidden ---