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/share/mk/bsd.kinc.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.kinc.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- src/share/mk/bsd.kinc.mk 2003/10/18 16:41:19 1.30 +++ src/share/mk/bsd.kinc.mk 2003/10/19 03:00:55 1.31 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.kinc.mk,v 1.30 2003/10/18 16:41:19 lukem Exp $ +# $NetBSD: bsd.kinc.mk,v 1.31 2003/10/19 03:00:55 lukem Exp $ # Variables: # @@ -42,8 +42,8 @@ ${DESTDIR}${INCSDIR}: # -c is forced on here, in order to preserve modtimes for "make depend" __incinstall: .USE @cmp -s ${.ALLSRC} ${.TARGET} > /dev/null 2>&1 || \ - (${_MKSHMSG} "install ${.TARGET}"; ${_MKSHCMD}\ - echo "${INSTALL_FILE:N-c} -c -o ${BINOWN} -g ${BINGRP} \ + (${_MKSHMSG} "install ${.TARGET}"; \ + ${_MKSHECHO} "${INSTALL_FILE:N-c} -c -o ${BINOWN} -g ${BINGRP} \ -m ${NONBINMODE} ${SYSPKGTAG} ${.ALLSRC} ${.TARGET}" && \ ${INSTALL_FILE:N-c} -c -o ${BINOWN} -g ${BINGRP} \ -m ${NONBINMODE} ${SYSPKGTAG} ${.ALLSRC} ${.TARGET})