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/common/Makefile.makedev,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/common/Makefile.makedev,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/distrib/common/Makefile.makedev 2003/03/11 07:18:38 1.5 +++ src/distrib/common/Makefile.makedev 2003/05/08 13:04:37 1.6 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.makedev,v 1.5 2003/03/11 07:18:38 lukem Exp $ +# $NetBSD: Makefile.makedev,v 1.6 2003/05/08 13:04:37 christos Exp $ # # Makefile snippet to add ${MAKEDEVTARGETS} devices to the mtree list # (if set), otherwise copy etc.${MACHINE}/MAKEDEV to ./dev @@ -41,7 +41,7 @@ MTREECONF+= ${MAKEDEVSPEC} ${MAKEDEVSPEC}: ${_MAKEDEVSCRIPT} ${_MAKEDEVWRAP} ${_MAKEDEV2SPEC} -rm -f ${.TARGET} ${.TARGET}.tmp MAKEDEVSCRIPT=${_MAKEDEVSCRIPT:Q} \ - sh ${_MAKEDEVWRAP} ${MAKEDEVTARGETS} | \ + ${HOST_SH} ${_MAKEDEVWRAP} ${MAKEDEVTARGETS} | \ awk -f ${_MAKEDEV2SPEC} > ${.TARGET}.tmp \ && sort -o ${.TARGET} ${.TARGET}.tmp