CVS commit: src/gnu/usr.bin/grep

2016-01-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 10 22:21:19 UTC 2016

Removed Files:
src/gnu/usr.bin/grep: Makefile Makefile.inc
src/gnu/usr.bin/grep/grep: Makefile
src/gnu/usr.bin/grep/include: config.h version.texi
src/gnu/usr.bin/grep/lib: Makefile

Log Message:
grep moved


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r0 src/gnu/usr.bin/grep/Makefile
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/grep/Makefile.inc
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/grep/grep/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/grep/include/config.h
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/grep/include/version.texi
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/grep/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/gnu/usr.bin/grep

2011-05-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 15 14:57:56 UTC 2011

Modified Files:
src/gnu/usr.bin/grep: Makefile.inc

Log Message:
find system.h in src


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/grep/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/grep/Makefile.inc
diff -u src/gnu/usr.bin/grep/Makefile.inc:1.4 src/gnu/usr.bin/grep/Makefile.inc:1.5
--- src/gnu/usr.bin/grep/Makefile.inc:1.4	Sun Jan 26 18:53:44 2003
+++ src/gnu/usr.bin/grep/Makefile.inc	Sun May 15 10:57:56 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.4 2003/01/26 23:53:44 wiz Exp $
+#	$NetBSD: Makefile.inc,v 1.5 2011/05/15 14:57:56 christos Exp $
 
 .include bsd.own.mk
 
@@ -7,7 +7,7 @@
 IDIST=	${NETBSDSRCDIR}/gnu/dist/grep
 
 CPPFLAGS+=	-DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H \
-		-I${.CURDIR}/../include -I${IDIST}/lib
+		-I${.CURDIR}/../include -I${IDIST}/lib -I${IDIST}/src
 
 DOBJDIR!=	cd $(.CURDIR)/../lib  ${PRINTOBJDIR}
 



CVS commit: src/gnu/usr.bin/grep

2011-05-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 15 14:57:56 UTC 2011

Modified Files:
src/gnu/usr.bin/grep: Makefile.inc

Log Message:
find system.h in src


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/grep/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.