Deleted Added
full compact
Makefile (139103) Makefile (139112)
1#
1#
2# $FreeBSD: head/Makefile 139103 2004-12-21 08:47:35Z ru $
2# $FreeBSD: head/Makefile 139112 2004-12-21 09:59:45Z 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".

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

227# Upgrade make(1) to the current version using the installed
228# headers, libraries and tools.
229#
230MMAKEENV= MAKEOBJDIRPREFIX=${MAKEPATH} \
231 DESTDIR= \
232 INSTALL="sh ${.CURDIR}/tools/install.sh"
233MMAKE= ${MMAKEENV} make \
234 -D_UPGRADING \
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".

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

227# Upgrade make(1) to the current version using the installed
228# headers, libraries and tools.
229#
230MMAKEENV= MAKEOBJDIRPREFIX=${MAKEPATH} \
231 DESTDIR= \
232 INSTALL="sh ${.CURDIR}/tools/install.sh"
233MMAKE= ${MMAKEENV} make \
234 -D_UPGRADING \
235 -DNOMAN -DNO_MAN -DNOSHARED \
235 -DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \
236 -DNO_CPU_CFLAGS -DNO_WERROR
237
238make: .PHONY
239 @echo
240 @echo "--------------------------------------------------------------"
241 @echo ">>> Building an up-to-date make(1)"
242 @echo "--------------------------------------------------------------"
243 ${_+_}@cd ${.CURDIR}/usr.bin/make; \

--- 56 unchanged lines hidden ---
236 -DNO_CPU_CFLAGS -DNO_WERROR
237
238make: .PHONY
239 @echo
240 @echo "--------------------------------------------------------------"
241 @echo ">>> Building an up-to-date make(1)"
242 @echo "--------------------------------------------------------------"
243 ${_+_}@cd ${.CURDIR}/usr.bin/make; \

--- 56 unchanged lines hidden ---