Module Name:    src
Committed By:   joerg
Date:           Thu Nov 26 15:41:58 UTC 2015

Modified Files:
        src/distrib/sets: Makefile

Log Message:
checkflist requires an egrep that honours multiple pattern options, so
use ours. Fixes build on Solaris distributions.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 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.98 src/distrib/sets/Makefile:1.99
--- src/distrib/sets/Makefile:1.98	Fri Aug 22 10:51:18 2014
+++ src/distrib/sets/Makefile	Thu Nov 26 15:41:58 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.98 2014/08/22 10:51:18 apb Exp $
+#	$NetBSD: Makefile,v 1.99 2015/11/26 15:41:58 joerg Exp $
 
 # Experimental RCS METALOG versioning
 # (Needs host's rcs(1) commands)
@@ -24,6 +24,7 @@ SETSENV=	DESTDIR=${DESTDIR:Q} \
 		AWK=${TOOL_AWK:Q} \
 		CKSUM=${TOOL_CKSUM:Q} \
 		DB=${TOOL_DB:Q} \
+		EGREP=${TOOL_GREP:Q}\ -E \
 		HOST_SH=${HOST_SH:Q} \
 		MAKE=${MAKE:Q} \
 		MKTEMP=${TOOL_MKTEMP:Q} \

Reply via email to