summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1994-11-16 23:14:22 +0000
committerjmz <jmz@FreeBSD.org>1994-11-16 23:14:22 +0000
commitf0796c18131bc78e2b6436b8c1c56831ebcc69c5 (patch)
tree3643623ab5a89e28b8a930c8352d462f99b14d8c /share
parent30ae84dcac0a3365b863165e37df296e5bf0d6ad (diff)
downloadFreeBSD-src-f0796c18131bc78e2b6436b8c1c56831ebcc69c5.zip
FreeBSD-src-f0796c18131bc78e2b6436b8c1c56831ebcc69c5.tar.gz
If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} Makefiles
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 7116ad8..3ee8ce9 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.65 1994/11/11 09:45:33 jkh Exp $
+# $Id: bsd.port.mk,v 1.66 1994/11/15 10:16:56 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -368,8 +368,12 @@ ${CONFIGURE_COOKIE}:
@(cd ${WRKSRC}; ./configure ${CONFIGURE_ARGS})
.endif
.if defined(USE_IMAKE)
+.if defined(USE_GMAKE)
+ @(cd ${WRKSRC}; ${XMKMF} && ${GMAKE} Makefiles)
+.else
@(cd ${WRKSRC}; ${XMKMF} && ${MAKE} Makefiles)
.endif
+.endif
@if [ -f ${SCRIPTDIR}/post-configure ]; then \
env CURDIR=${.CURDIR} DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} \
WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} SCRIPTDIR=${SCRIPTDIR} \
OpenPOWER on IntegriCloud