[BACK]Return to Makefile.rump CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / rump

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

Diff for /src/sys/rump/Makefile.rump between version 1.51 and 1.52

version 1.51, 2010/02/17 13:28:40 version 1.52, 2010/03/01 15:41:15
Line 102  __archivebuild: .USE
Line 102  __archivebuild: .USE
         ${AR} ${_ARRANFL} ${.TARGET}          ${AR} ${_ARRANFL} ${.TARGET}
 .endif  .endif
   
 # If IOCONFIG is defined, autocreate ioconf.c and locators.h.  # If IOCONF is defined, autocreate ioconf.c and locators.h.
 # This is useful mainly for devices.  # This is useful mainly for devices.
 .if !empty(IOCONFIG)  .if !empty(IOCONF)
 ioconf.c: ${IOCONFIG}  ioconf.c: ${IOCONF}
         ${TOOL_CONFIG} -b ${.OBJDIR} -s ${RUMPTOP}/.. ${.CURDIR}/${IOCONFIG}          ${TOOL_CONFIG} -b ${.OBJDIR} -s ${RUMPTOP}/.. ${.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.51  
changed lines
  Added in v.1.52

CVSweb <webmaster@jp.NetBSD.org>