Module Name:    src
Committed By:   christos
Date:           Sat Aug 11 19:45:13 UTC 2018

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
use the tools version of grep


To generate a diff of this commit:
cvs rdiff -u -r1.1072 -r1.1073 src/share/mk/bsd.own.mk

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

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1072 src/share/mk/bsd.own.mk:1.1073
--- src/share/mk/bsd.own.mk:1.1072	Wed Jul 25 19:34:25 2018
+++ src/share/mk/bsd.own.mk	Sat Aug 11 15:45:13 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1072 2018/07/25 23:34:25 kamil Exp $
+#	$NetBSD: bsd.own.mk,v 1.1073 2018/08/11 19:45:13 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -376,9 +376,7 @@ TOOL_GENASSYM=		${TOOLDIR}/bin/${_TOOL_P
 TOOL_GENCAT=		${TOOLDIR}/bin/${_TOOL_PREFIX}gencat
 TOOL_GMAKE=		${TOOLDIR}/bin/${_TOOL_PREFIX}gmake
 TOOL_GPT=		${TOOLDIR}/bin/${_TOOL_PREFIX}gpt
-# grep exists in src/tools, but is not hooked up into the build.
-#TOOL_GREP=		${TOOLDIR}/bin/${_TOOL_PREFIX}grep
-TOOL_GREP=		grep
+TOOL_GREP=		${TOOLDIR}/bin/${_TOOL_PREFIX}grep
 GROFF_SHARE_PATH=	${TOOLDIR}/share/groff
 TOOL_GROFF_ENV= \
     GROFF_ENCODING= \

Reply via email to