Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/Makefile.inc,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/Makefile.inc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.34 retrieving revision 1.34.2.1 diff -u -p -r1.34 -r1.34.2.1 --- src/distrib/utils/sysinst/Attic/Makefile.inc 2004/02/29 18:46:43 1.34 +++ src/distrib/utils/sysinst/Attic/Makefile.inc 2004/04/12 05:19:45 1.34.2.1 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.34 2004/02/29 18:46:43 jschauma Exp $ +# $NetBSD: Makefile.inc,v 1.34.2.1 2004/04/12 05:19:45 jmc Exp $ # # Makefile for sysinst @@ -94,18 +94,18 @@ msgtouch: ${DISTRIBVERDEP} msg.def: msg.mi.${SYSINSTLANG} ${MSG_MD} msgtouch ${_MKTARGET_CREATE} - sed "s/@@VERSION@@/${VER}/" ${.ALLSRC} | \ + sed "s/@@VERSION@@/${DISTRIBVER}/" ${.ALLSRC} | \ awk -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" > ${.TARGET} menus.def: menus.mi ${MENUS_MD} msgtouch ${_MKTARGET_CREATE} - sed "s/@@VERSION@@/${VER}/" ${.ALLSRC} | \ + sed "s/@@VERSION@@/${DISTRIBVER}/" ${.ALLSRC} | \ awk -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" > ${.TARGET} .for LANG in ${LANGUAGES:N${SYSINSTLANG}} sysinstmsgs.${LANG}: msg.mi.${LANG} ${MSG_MD:S/.${SYSINSTLANG}$/.${LANG}/} msgtouch msg_defs.h ${_MKTARGET_CREATE} - sed "s/@@VERSION@@/${VER}/" ${.ALLSRC:M*.${LANG}} | \ + sed "s/@@VERSION@@/${DISTRIBVER}/" ${.ALLSRC:M*.${LANG}} | \ awk -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" | \ ${HOST_SH} ${MSG_XLAT_SH} > ${.TARGET}