Deleted Added
full compact
Makefile (117234) Makefile (117793)
1#
1#
2# $FreeBSD: head/Makefile 117234 2003-07-04 17:35:26Z ru $
2# $FreeBSD: head/Makefile 117793 2003-07-19 23:17:08Z ru $
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# buildworld - Rebuild *everything*, including glue to help do
9# upgrades.
10# installworld - Install everything built by "buildworld".

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

136kernel: buildkernel installkernel
137
138#
139# Perform a few tests to determine if the installed tools are adequate
140# for building the world.
141#
142upgrade_checks:
143 @if ! (cd ${.CURDIR}/tools/regression/usr.bin/make && \
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# buildworld - Rebuild *everything*, including glue to help do
9# upgrades.
10# installworld - Install everything built by "buildworld".

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

136kernel: buildkernel installkernel
137
138#
139# Perform a few tests to determine if the installed tools are adequate
140# for building the world.
141#
142upgrade_checks:
143 @if ! (cd ${.CURDIR}/tools/regression/usr.bin/make && \
144 PATH=${PATH} ${MAKE} >/dev/null 2>&1); \
144 PATH=${PATH} ${BINMAKE} >/dev/null 2>&1); \
145 then \
146 (cd ${.CURDIR} && make make); \
147 fi
148
149#
150# Upgrade make(1) to the current version using the installed
151# headers, libraries and tools.
152#

--- 61 unchanged lines hidden ---
145 then \
146 (cd ${.CURDIR} && make make); \
147 fi
148
149#
150# Upgrade make(1) to the current version using the installed
151# headers, libraries and tools.
152#

--- 61 unchanged lines hidden ---