Source-Changes-HG archive

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

[src/trunk]: src/share/mk Use GENCAT as a variable to determine the location ...



details:   https://anonhg.NetBSD.org/src/rev/ca9cf7dee9ec
branches:  trunk
changeset: 513810:ca9cf7dee9ec
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Aug 14 08:28:24 2001 +0000

description:
Use GENCAT as a variable to determine the location of "gencat".

diffstat:

 share/mk/bsd.nls.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 37d8dc4b46ad -r ca9cf7dee9ec share/mk/bsd.nls.mk
--- a/share/mk/bsd.nls.mk       Tue Aug 14 07:28:46 2001 +0000
+++ b/share/mk/bsd.nls.mk       Tue Aug 14 08:28:24 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.nls.mk,v 1.29 2001/08/14 07:02:13 tv Exp $
+#      $NetBSD: bsd.nls.mk,v 1.30 2001/08/14 08:28:24 tv Exp $
 
 .if !target(__initialized__)
 __initialized__:
@@ -11,11 +11,13 @@
 .PHONY:                cleannls nlsinstall
 cleandir:      cleannls
 
+GENCAT?=       gencat
+
 .SUFFIXES: .cat .msg
 
 .msg.cat:
        @rm -f ${.TARGET}
-       gencat ${.TARGET} ${.IMPSRC}
+       ${GENCAT} ${.TARGET} ${.IMPSRC}
 
 .if defined(NLS) && !empty(NLS)
 NLSALL= ${NLS:.msg=.cat}



Home | Main Index | Thread Index | Old Index