Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/grep Wrap message catalog installation inside MK...



details:   https://anonhg.NetBSD.org/src/rev/c66446a15ba4
branches:  trunk
changeset: 473374:c66446a15ba4
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon May 31 14:21:11 1999 +0000

description:
Wrap message catalog installation inside MKNLS check.

diffstat:

 gnu/usr.bin/grep/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 97b14237e2a9 -r c66446a15ba4 gnu/usr.bin/grep/Makefile
--- a/gnu/usr.bin/grep/Makefile Mon May 31 14:17:44 1999 +0000
+++ b/gnu/usr.bin/grep/Makefile Mon May 31 14:21:11 1999 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.12 1999/04/24 17:40:33 dbj Exp $
+#      $NetBSD: Makefile,v 1.13 1999/05/31 14:21:11 kleink Exp $
+
+.include <bsd.own.mk>
 
 PROG=          grep
 SRCS=          bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c \
@@ -16,12 +18,14 @@
                -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" \
                -DLOCALEDIR=\"/usr/share/locale\"
 
+.if ${MKNLS} != "no"
 .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
 FILES+=                ${F}
 FILESDIR_${F}= /usr/share/locale/${F:.gmo=}/LC_MESSAGES
 FILESNAME_${F}=        grep.mo
 .endfor
+.endif
 
 TEXINFO=       grep.texi
 INFOFLAGS=     -I${.CURDIR}/../../dist/grep/doc



Home | Main Index | Thread Index | Old Index