Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/gnu/usr.bin/grep Update to match HEAD up to 1.11.
details: https://anonhg.NetBSD.org/src/rev/e58def7467a5
branches: netbsd-1-4
changeset: 468230:e58def7467a5
user: cjs <cjs%NetBSD.org@localhost>
date: Thu Apr 15 12:21:46 1999 +0000
description:
Update to match HEAD up to 1.11.
diffstat:
gnu/usr.bin/grep/Makefile | 30 ++++++++++++++++++++++++------
1 files changed, 24 insertions(+), 6 deletions(-)
diffs (44 lines):
diff -r 1ee0bacf4df6 -r e58def7467a5 gnu/usr.bin/grep/Makefile
--- a/gnu/usr.bin/grep/Makefile Thu Apr 15 11:45:59 1999 +0000
+++ b/gnu/usr.bin/grep/Makefile Thu Apr 15 12:21:46 1999 +0000
@@ -1,8 +1,20 @@
-# $NetBSD: Makefile,v 1.10 1999/02/11 17:26:22 tv Exp $
+# $NetBSD: Makefile,v 1.10.2.1 1999/04/15 12:21:46 cjs Exp $
-SUBDIR= common egrep fgrep grep
+PROG= grep
+SRCS= bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c \
+ loadmsgcat.c localealias.c textdomain.c l10nflist.c \
+ explodename.c intl-compat.c
+SRCS+= grep.c dfa.c kwset.c obstack.c savedir.c getopt.c getopt1.c \
+ search.c stpcpy.c regex.c
+MAN= grep.1
-all-egrep all-fgrep all-grep: all-common
+DIST= ${.CURDIR}/../../dist
+
+CPPFLAGS+= -I${DIST}/grep/src -I${DIST}/grep/intl -I${.CURDIR} \
+ -DHAVE_CONFIG_H \
+ -DGNULOCALEDIR=\"/usr/share/locale\" \
+ -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" \
+ -DLOCALEDIR=\"/usr/share/locale\"
.for F in de.gmo el.gmo es.gmo fr.gmo ko.gmo nl.gmo no.gmo pl.gmo ru.gmo \
sl.gmo sv.gmo
@@ -13,7 +25,13 @@
TEXINFO= grep.texi
INFOFLAGS= -I${.CURDIR}/../../dist/grep/doc
-.PATH: ${.CURDIR}/../../dist/grep/doc ${.CURDIR}/../../dist/grep/po
+
-.include <bsd.info.mk>
-.include <bsd.subdir.mk>
+MLINKS= grep.1 egrep.1 \
+ grep.1 fgrep.1
+LINKS= ${BINDIR}/grep ${BINDIR}/egrep \
+ ${BINDIR}/grep ${BINDIR}/fgrep
+
+.include <bsd.prog.mk>
+
+.PATH: ${DIST}/grep/doc ${DIST}/grep/intl ${DIST}/grep/po ${DIST}/grep/src
Home |
Main Index |
Thread Index |
Old Index