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

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

Diff for /src/Makefile between version 1.224 and 1.225

version 1.224, 2004/01/04 00:27:15 version 1.225, 2004/01/04 13:30:09
Line 218  build:
Line 218  build:
 .for tgt in ${BUILDTARGETS}  .for tgt in ${BUILDTARGETS}
         @(cd ${.CURDIR} && ${MAKE} ${tgt})          @(cd ${.CURDIR} && ${MAKE} ${tgt})
 .endfor  .endfor
           (cd ${.CURDIR}/etc && ${MAKE} install-release-info)
         @echo   "Build started at:  ${START_TIME}"          @echo   "Build started at:  ${START_TIME}"
         @printf "Build finished at: " && date          @printf "Build finished at: " && date
 .endif  .endif

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225

CVSweb <webmaster@jp.NetBSD.org>