summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-08-13 22:29:26 +0000
committergjb <gjb@FreeBSD.org>2015-08-13 22:29:26 +0000
commit3a6b75cfa30aac6a87d5b0b32db320cdb8dfb6f6 (patch)
tree6e3b4ff6a2ae1658919b8d8ccdd61b79d26a3d73 /Makefile.inc1
parent8021b618268b0557fb4604b19fce6df74b5017ce (diff)
downloadFreeBSD-src-3a6b75cfa30aac6a87d5b0b32db320cdb8dfb6f6.zip
FreeBSD-src-3a6b75cfa30aac6a87d5b0b32db320cdb8dfb6f6.tar.gz
MFC r262670 (marcel):
Use ${MAKE} so that we always use the same version/implementation of make(1). PR: 202277 Submitted by: John Hein Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e00cc92..349b5db 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -133,8 +133,8 @@ OSRELDATE= 0
.endif
.if !defined(VERSION)
-REVISION!= make -C ${SRCDIR}/release -V REVISION
-BRANCH!= make -C ${SRCDIR}/release -V BRANCH
+REVISION!= ${MAKE} -C ${SRCDIR}/release -V REVISION
+BRANCH!= ${MAKE} -C ${SRCDIR}/release -V BRANCH
SRCRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
${SRCDIR}/sys/sys/param.h
VERSION= FreeBSD ${REVISION}-${BRANCH:C/-p[0-9]+$//} ${TARGET_ARCH} ${SRCRELDATE}
OpenPOWER on IntegriCloud