summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-12-13 00:08:02 +0000
committerimp <imp@FreeBSD.org>2007-12-13 00:08:02 +0000
commit8b217e6ecaf405cf25084a821dff769b9bc981ff (patch)
tree0f0ab7bce43170558ac0881cc48c2536049260db /Makefile
parent4550e2583bd40cb923fd09b329c013a0b940989c (diff)
downloadFreeBSD-src-8b217e6ecaf405cf25084a821dff769b9bc981ff.zip
FreeBSD-src-8b217e6ecaf405cf25084a821dff769b9bc981ff.tar.gz
We don't need to invent BSDMAKE. ${MAKE} is sufficient.
Submitted by: jmallet@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 25da881..3480c22 100644
--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,7 @@ upgrade_checks:
PATH=${PATH} ${BINMAKE} obj >/dev/null 2>&1 && \
PATH=${PATH} ${BINMAKE} >/dev/null 2>&1); \
then \
- (cd ${.CURDIR} && ${BSDMAKE} make); \
+ (cd ${.CURDIR} && ${MAKE} make); \
fi
#
@@ -242,11 +242,10 @@ upgrade_checks:
# headers, libraries and tools. Also, allow the location of
# the system bsdmake-like utility to be overridden.
#
-BSDMAKE?=make
MMAKEENV= MAKEOBJDIRPREFIX=${MAKEPATH} \
DESTDIR= \
INSTALL="sh ${.CURDIR}/tools/install.sh"
-MMAKE= ${MMAKEENV} ${BSDMAKE} \
+MMAKE= ${MMAKEENV} ${MAKE} \
-D_UPGRADING \
-DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \
-DNO_CPU_CFLAGS -DNO_WERROR
OpenPOWER on IntegriCloud