Source-Changes-HG archive

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

[src/trunk]: src/distrib Add French and Polish message file to i386 ramdisk.big



details:   https://anonhg.NetBSD.org/src/rev/78319645a542
branches:  trunk
changeset: 548588:78319645a542
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sat Jun 28 08:25:07 2003 +0000

description:
Add French and Polish message file to i386 ramdisk.big
Change dummy dependancy for sysyinst message files so they get built
by the crunched makefile.

diffstat:

 distrib/i386/floppies/ramdisk-big/list |  6 +++++-
 distrib/utils/sysinst/Makefile.inc     |  5 +++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r e59d918cba7c -r 78319645a542 distrib/i386/floppies/ramdisk-big/list
--- a/distrib/i386/floppies/ramdisk-big/list    Sat Jun 28 08:22:02 2003 +0000
+++ b/distrib/i386/floppies/ramdisk-big/list    Sat Jun 28 08:25:07 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.17 2003/06/05 14:30:11 dsl Exp $
+#      $NetBSD: list,v 1.18 2003/06/28 08:25:07 dsl Exp $
 #
 
 SRCDIRS        usr.bin/less
@@ -80,3 +80,7 @@
 
 # the disktab explanation file
 COPY   ${CURDIR}/disktab.preinstall            etc/disktab.preinstall
+
+# Foreign texts for sysinst
+COPY   ${OBJDIR}/sysinst/sysinstmsgs.fr        sysinstmsgs.fr
+COPY   ${OBJDIR}/sysinst/sysinstmsgs.pl        sysinstmsgs.pl
diff -r e59d918cba7c -r 78319645a542 distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc        Sat Jun 28 08:22:02 2003 +0000
+++ b/distrib/utils/sysinst/Makefile.inc        Sat Jun 28 08:25:07 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.23 2003/06/27 22:20:14 dsl Exp $
+#      $NetBSD: Makefile.inc,v 1.24 2003/06/28 08:25:08 dsl Exp $
 #
 # Makefile for sysinst
 
@@ -93,7 +93,8 @@
        awk -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" | \
        sh ${MSG_XLAT_SH} > ${.TARGET}
 
-${PROG}: sysinstmsgs.${LANG}
+# A fake dependancy to get language dependant files built
+msg_defs.o: sysinstmsgs.${LANG}
 # .endif
 .endfor
 



Home | Main Index | Thread Index | Old Index