[BACK]Return to Makefile.makedev CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / common

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/common/Makefile.makedev between version 1.14 and 1.15

version 1.14, 2008/05/03 05:08:45 version 1.15, 2008/10/25 22:27:34
Line 46  ${MAKEDEVSPEC}: ${MAKEDEVSCRIPT}
Line 46  ${MAKEDEVSPEC}: ${MAKEDEVSCRIPT}
         -rm -f ${.TARGET} ${.TARGET}.tmp          -rm -f ${.TARGET} ${.TARGET}.tmp
         MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \          MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \
             ${HOST_SH} ${MAKEDEVSCRIPT} -s ${MAKEDEVTARGETS} \              ${HOST_SH} ${MAKEDEVSCRIPT} -s ${MAKEDEVTARGETS} \
             | sed -e '/^\. type=dir/d' -e 's,^\.,./dev,' > ${.TARGET}.tmp \              | ${TOOL_SED} -e '/^\. type=dir/d' -e 's,^\.,./dev,' \
               > ${.TARGET}.tmp \
         && sort -o ${.TARGET} ${.TARGET}.tmp          && sort -o ${.TARGET} ${.TARGET}.tmp
   
 .else   # ! MAKEDEVTARGETS  .else   # ! MAKEDEVTARGETS

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>