Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets checkflist requires an egrep that honours multi...



details:   https://anonhg.NetBSD.org/src/rev/36066988e162
branches:  trunk
changeset: 341860:36066988e162
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Nov 26 15:41:58 2015 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 155061bdd05e -r 36066988e162 distrib/sets/Makefile
--- a/distrib/sets/Makefile     Thu Nov 26 15:13:43 2015 +0000
+++ b/distrib/sets/Makefile     Thu Nov 26 15:41:58 2015 +0000
@@ -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 @@
                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} \



Home | Main Index | Thread Index | Old Index