Module Name: src Committed By: apb Date: Fri Dec 4 12:43:57 UTC 2009
Modified Files: src/distrib/sets: Makefile Log Message: Remove definition of GREP variable, which was unused. The only use of this variable was removed in revision 1.67. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/distrib/sets/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/Makefile diff -u src/distrib/sets/Makefile:1.72 src/distrib/sets/Makefile:1.73 --- src/distrib/sets/Makefile:1.72 Tue Dec 1 09:11:45 2009 +++ src/distrib/sets/Makefile Fri Dec 4 12:43:56 2009 @@ -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} \