Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2008 17:08:53 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144292 for review
Message-ID:  <200806291708.m5TH8rXF081595@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144292

Change 144292 by gabor@gabor_server on 2008/06/29 17:08:51

	- Arrange the knobs for the upcoming BSD grep

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/src/share/mk/bsd.own.mk#2 edit
.. //depot/projects/soc2008/gabor_textproc/src/tools/build/options/WITHOUT_GNU_GREP#2 delete
.. //depot/projects/soc2008/gabor_textproc/src/tools/build/options/WITH_GNU_GREP#1 add
.. //depot/projects/soc2008/gabor_textproc/src/usr.bin/Makefile#2 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/src/share/mk/bsd.own.mk#2 (text+ko) ====

@@ -297,6 +297,7 @@
     BLUETOOTH \
     BOOT \
     BSD_CPIO \
+    BSD_GREP \
     BZIP2 \
     CALENDAR \
     CDDL \
@@ -313,7 +314,6 @@
     GCOV \
     GDB \
     GNU \
-    GNU_GREP \
     GPIB \
     GROFF \
     HTML \

==== //depot/projects/soc2008/gabor_textproc/src/usr.bin/Makefile#2 (text+ko) ====

@@ -76,6 +76,7 @@
 	getent \
 	getopt \
 	${_gprof} \
+	${_grep} \
 	gzip \
 	head \
 	${_hesinfo} \
@@ -273,6 +274,10 @@
 .endif
 .endif
 
+.if ${MK_BSD_GREP} != "no"
+_grep=		grep
+.endif
+
 .if ${MK_HESIOD} != "no"
 _hesinfo=	hesinfo
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806291708.m5TH8rXF081595>