[BACK]Return to bsd.ioconf.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.ioconf.mk between version 1.3 and 1.4

version 1.3, 2010/03/25 20:37:36 version 1.4, 2013/09/20 16:39:14
Line 18 
Line 18 
 CONFIGDEP=${TOOL_CONFIG}  CONFIGDEP=${TOOL_CONFIG}
 .endif  .endif
 ioconf.c: ${IOCONF} ${CONFIGDEP}  ioconf.c: ${IOCONF} ${CONFIGDEP}
         ${TOOL_CONFIG} -b ${.OBJDIR} -s ${S} ${.CURDIR}/${IOCONF}          ${TOOL_CONFIG} -b ${.OBJDIR} -s ${S} ${IOCONFDIR:U${.CURDIR}}/${IOCONF}
         # config doesn't change the files if they're unchanged.  however,          # config doesn't change the files if they're unchanged.  however,
         # here we want to satisfy our make dependency, so force a          # here we want to satisfy our make dependency, so force a
         # timestamp update          # timestamp update

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>