Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/utils/sysinst pullup rev. 1.9 from trunk (appro...



details:   https://anonhg.NetBSD.org/src/rev/c08067648ef0
branches:  netbsd-1-5
changeset: 489063:c08067648ef0
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Aug 11 19:46:31 2000 +0000

description:
pullup rev. 1.9 from trunk (approved by thorpej):
s/LANG/SYSINST&/ - the former one clashes with variable commonly
used to choose locales

diffstat:

 distrib/utils/sysinst/Makefile.inc |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r be15bb5c02fa -r c08067648ef0 distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc        Fri Aug 11 18:23:18 2000 +0000
+++ b/distrib/utils/sysinst/Makefile.inc        Fri Aug 11 19:46:31 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2000/05/18 01:10:58 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.8.4.1 2000/08/11 19:46:31 jdolecek Exp $
 #
 # Makefile for install
 
@@ -34,7 +34,7 @@
 
 CLEANFILES= menu_defs.c menu_defs.h menus.def msg_defs.c msg_defs.h msg.def
 
-LANG?=en
+SYSINSTLANG?=en
 
 .PATH: ${.CURDIR}/../..
 
@@ -49,10 +49,10 @@
 msg_defs.c msg_defs.h: msg.def
        ${MSGC} msg.def
 
-msg.def: msg.mi.${LANG} msg.md.${LANG}
+msg.def: msg.mi.${SYSINSTLANG} msg.md.${SYSINSTLANG}
        sed "s/@@VERSION@@/${VER}/" ${.ALLSRC} > ${.TARGET}
 
-menus.def: menus.mi.${LANG} menus.md.${LANG}
+menus.def: menus.mi.${SYSINSTLANG} menus.md.${SYSINSTLANG}
        sed "s/@@VERSION@@/${VER}/" ${.ALLSRC} > ${.TARGET}
 
 menu_defs.c: msg_defs.h



Home | Main Index | Thread Index | Old Index