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

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

Diff for /src/etc/Makefile between version 1.412 and 1.413

version 1.412, 2014/01/27 21:37:17 version 1.413, 2014/05/05 19:10:00
Line 558  build_kernels: .PHONY
Line 558  build_kernels: .PHONY
 build_kernels: kern-${configfile}  build_kernels: kern-${configfile}
 kern-${configfile}: .PHONY .MAKE  kern-${configfile}: .PHONY .MAKE
         cd ${KERNCONFDIR} && ${TOOL_CONFIG} -s ${KERNSRCDIR} \          cd ${KERNCONFDIR} && ${TOOL_CONFIG} -s ${KERNSRCDIR} \
             -b ${KERNOBJDIR}/${configfile:C/.*\///} ${configfile}              -U DEBUG -b ${KERNOBJDIR}/${configfile:C/.*\///} ${configfile}
 .if ${MKUPDATE} == "no"  .if ${MKUPDATE} == "no"
         cd ${KERNOBJDIR}/${configfile:C/.*\///} && ${MAKE} distclean          cd ${KERNOBJDIR}/${configfile:C/.*\///} && ${MAKE} distclean
 .endif  .endif

Legend:
Removed from v.1.412  
changed lines
  Added in v.1.413

CVSweb <webmaster@jp.NetBSD.org>