PERFORCE change 144292 for review
Gabor Kovesdan
gabor at FreeBSD.org
Sun Jun 29 17:08:54 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=144292
Change 144292 by gabor at 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
More information about the p4-projects
mailing list