Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Remove definition of GREP variable, which was u...



details:   https://anonhg.NetBSD.org/src/rev/a1256ea0d372
branches:  trunk
changeset: 749610:a1256ea0d372
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Dec 04 12:43:56 2009 +0000

description:
Remove definition of GREP variable, which was unused.  The only use
of this variable was removed in revision 1.67.

diffstat:

 distrib/sets/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 564d6e6cabe6 -r a1256ea0d372 distrib/sets/Makefile
--- a/distrib/sets/Makefile     Fri Dec 04 12:24:23 2009 +0000
+++ b/distrib/sets/Makefile     Fri Dec 04 12:43:56 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.72 2009/12/01 09:11:45 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.73 2009/12/04 12:43:56 apb Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -7,7 +7,6 @@
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
-GREP?= grep
 
 SETSCMD=       cd ${.CURDIR} && \
                DESTDIR=${DESTDIR:Q} \



Home | Main Index | Thread Index | Old Index