Source-Changes-HG archive

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

[src/trunk]: src/tools/grep BSD grep is good enough if someone really needs s...



details:   https://anonhg.NetBSD.org/src/rev/57c4de3818f0
branches:  trunk
changeset: 764432:57c4de3818f0
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Apr 21 14:27:11 2011 +0000

description:
BSD grep is good enough if someone really needs src/tools/grep.

diffstat:

 tools/grep/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 924c1b54b576 -r 57c4de3818f0 tools/grep/Makefile
--- a/tools/grep/Makefile       Thu Apr 21 14:26:33 2011 +0000
+++ b/tools/grep/Makefile       Thu Apr 21 14:27:11 2011 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: Makefile,v 1.1 2009/02/25 20:36:45 sketch Exp $
+#      $NetBSD: Makefile,v 1.2 2011/04/21 14:27:11 joerg Exp $
 #
 
 HOSTPROGNAME=   ${_TOOL_PREFIX}grep
-HOST_SRCDIR=    gnu/usr.bin/grep/grep
+HOST_SRCDIR=    usr.bin/grep
+
+HOST_CPPFLAGS+=        -DWITHOUT_NLS
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index