Module Name:    src
Committed By:   apb
Date:           Tue Aug 14 13:04:10 UTC 2012

Modified Files:
        src: Makefile

Log Message:
TOOL_GREP is defined in share/mk/bsd.own.mk, but is not actually built
from tools/Makefile.  So don't try to use it here.


To generate a diff of this commit:
cvs rdiff -u -r1.295 -r1.296 src/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/Makefile
diff -u src/Makefile:1.295 src/Makefile:1.296
--- src/Makefile:1.295	Tue Aug 14 12:37:41 2012
+++ src/Makefile	Tue Aug 14 13:04:09 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.295 2012/08/14 12:37:41 apb Exp $
+#	$NetBSD: Makefile,v 1.296 2012/08/14 13:04:09 apb Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -191,7 +191,6 @@ _POSTINSTALL=	${.CURDIR}/usr.sbin/postin
 _POSTINSTALL_ENV= \
 	AWK=${TOOL_AWK:Q}		\
 	DB=${TOOL_DB:Q}			\
-	GREP=${TOOL_GREP:Q}		\
 	MAKE=${MAKE:Q}			\
 	PWD_MKDB=${TOOL_PWD_MKDB:Q}
 

Reply via email to