pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Set EGREP to an actual egrep, not plain old grep.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6e12a3496db
branches:  trunk
changeset: 472394:a6e12a3496db
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Apr 09 23:00:34 2004 +0000

description:
Set EGREP to an actual egrep, not plain old grep.
This fixed my own PR pkg/25109, as using a proper egrep will allow
buildlink to work.

diffstat:

 mk/defs.IRIX.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1e494fb206fb -r a6e12a3496db mk/defs.IRIX.mk
--- a/mk/defs.IRIX.mk   Fri Apr 09 22:43:31 2004 +0000
+++ b/mk/defs.IRIX.mk   Fri Apr 09 23:00:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.42 2004/04/07 14:26:51 tv Exp $
+# $NetBSD: defs.IRIX.mk,v 1.43 2004/04/09 23:00:34 jschauma Exp $
 #
 # Variable definitions for the IRIX operating system.
 
@@ -16,7 +16,7 @@
 DIRNAME?=      /usr/bin/dirname
 ECHO?=         /sbin/echo
 ECHO_N?=       ${ECHO} -n
-EGREP?=                /bin/grep
+EGREP?=                /usr/bin/egrep
 EXPR?=         /bin/expr
 FALSE?=                /usr/bin/false
 FGREP?=                /usr/bin/fgrep



Home | Main Index | Thread Index | Old Index