[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.171 and 1.172

version 1.171, 2002/04/29 12:14:36 version 1.172, 2002/05/02 16:36:21
Line 156  build:
Line 156  build:
 .if defined(BUILD_DONE)  .if defined(BUILD_DONE)
         @echo "Build already installed into ${DESTDIR}"          @echo "Build already installed into ${DESTDIR}"
 .else  .else
         @echo -n "Build started at: " && date          @printf "Build started at: " && date
 .for tgt in ${BUILDTARGETS}  .for tgt in ${BUILDTARGETS}
         @(cd ${.CURDIR} && ${MAKE} ${_J} ${tgt})          @(cd ${.CURDIR} && ${MAKE} ${_J} ${tgt})
 .endfor  .endfor
         @echo -n "Build finished at: " && date          @printf "Build finished at: " && date
 .endif  .endif
   
 # Build a full distribution, but not a release (i.e. no sets into  # Build a full distribution, but not a release (i.e. no sets into

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

CVSweb <webmaster@jp.NetBSD.org>