pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Forgot a USE_GMAKE => USE_GNU_TOOLS+=make. (from p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8f60f020da7
branches: trunk
changeset: 460278:e8f60f020da7
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Aug 27 01:01:25 2003 +0000
description:
Forgot a USE_GMAKE => USE_GNU_TOOLS+=make. (from pkgviews-mk)
diffstat:
mk/bsd.pkg.mk | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r d0d263a40768 -r e8f60f020da7 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Tue Aug 26 23:43:26 2003 +0000
+++ b/mk/bsd.pkg.mk Wed Aug 27 01:01:25 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1246 2003/08/26 20:15:23 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1247 2003/08/27 01:01:25 jlam Exp $
#
# This file is in the public domain.
#
@@ -145,15 +145,16 @@
. endif
.endif # USE_IMAKE
-.if defined(USE_GNU_TOOLS) && !empty(USE_GNU_TOOLS:Mmake)
-_USE_GMAKE= yes
-.endif
-
# XXX USE_GMAKE is redundant since USE_GNU_TOOLS+=make accomplishes the
# XXX same thing but by using the more general tools.mk framework. This
# XXX variable should eventually be reaped from pkgsrc.
#
.if defined(USE_GMAKE)
+USE_GNU_TOOLS+= make
+_USE_GMAKE= yes
+.endif
+
+.if defined(USE_GNU_TOOLS) && !empty(USE_GNU_TOOLS:Mmake)
_USE_GMAKE= yes
.endif
Home |
Main Index |
Thread Index |
Old Index