Source-Changes-HG archive

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

[src/trunk]: src TOOL_GREP is defined in share/mk/bsd.own.mk, but is not actu...



details:   https://anonhg.NetBSD.org/src/rev/3a9fb3e12492
branches:  trunk
changeset: 780992:3a9fb3e12492
user:      apb <apb%NetBSD.org@localhost>
date:      Tue Aug 14 13:04:09 2012 +0000

description:
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.

diffstat:

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

diffs (17 lines):

diff -r 412af5d6f34a -r 3a9fb3e12492 Makefile
--- a/Makefile  Tue Aug 14 13:02:19 2012 +0000
+++ b/Makefile  Tue Aug 14 13:04:09 2012 +0000
@@ -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_ENV= \
        AWK=${TOOL_AWK:Q}               \
        DB=${TOOL_DB:Q}                 \
-       GREP=${TOOL_GREP:Q}             \
        MAKE=${MAKE:Q}                  \
        PWD_MKDB=${TOOL_PWD_MKDB:Q}
 



Home | Main Index | Thread Index | Old Index