Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst No need to build sysinstmsgs.en (they ...



details:   https://anonhg.NetBSD.org/src/rev/ed111904b8ea
branches:  trunk
changeset: 551008:ed111904b8ea
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Aug 27 10:23:53 2003 +0000

description:
No need to build sysinstmsgs.en (they are compiled into the program).
(I'd failed to persuade make to do this before...)

diffstat:

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

diffs (26 lines):

diff -r d1e3d25fa41d -r ed111904b8ea distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc        Wed Aug 27 08:15:16 2003 +0000
+++ b/distrib/utils/sysinst/Makefile.inc        Wed Aug 27 10:23:53 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.28 2003/08/02 05:16:56 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.29 2003/08/27 10:23:53 dsl Exp $
 #
 # Makefile for sysinst
 
@@ -81,15 +81,13 @@
        sed "s/@@VERSION@@/${VER}/" ${.ALLSRC} | \
        awk -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" > ${.TARGET}
 
-.for LANG in ${LANGUAGES}
-# .if ${LANG} != ${SYSINSTLANG}
+.for LANG in ${LANGUAGES:N${SYSINSTLANG}}
 sysinstmsgs.${LANG}: msg.mi.${LANG} ${MSG_MD:S/.${SYSINSTLANG}$/.${LANG}/} msgtouch msg_defs.h
        sed "s/@@VERSION@@/${VER}/" ${.ALLSRC:M*.${LANG}} | \
        awk -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" | \
        sh ${MSG_XLAT_SH} > ${.TARGET}
 
 DPSRCS+=       sysinstmsgs.${LANG}
-# .endif
 .endfor
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index