pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk g/c USE_GMAKE. nothing uses it anymore.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c887fb29c46a
branches:  trunk
changeset: 466978:c887fb29c46a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jan 25 02:37:49 2004 +0000

description:
g/c USE_GMAKE. nothing uses it anymore.

diffstat:

 mk/bsd.pkg.mk |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r 206bfaa25162 -r c887fb29c46a mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sun Jan 25 02:36:11 2004 +0000
+++ b/mk/bsd.pkg.mk     Sun Jan 25 02:37:49 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1355 2004/01/24 09:23:23 xtraeme Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1356 2004/01/25 02:37:49 grant Exp $
 #
 # This file is in the public domain.
 #
@@ -224,15 +224,6 @@
 .  endif
 .endif # USE_IMAKE
 
-# 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