[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.144 and 1.145

version 1.144, 2001/10/29 19:48:35 version 1.145, 2001/10/30 17:59:10
Line 131  build:
Line 131  build:
         @echo "Build already installed into ${DESTDIR}"          @echo "Build already installed into ${DESTDIR}"
 .else  .else
         @echo -n "Build started at: " && date          @echo -n "Build started at: " && date
         @${MAKE} ${_J} ${_M} ${BUILDTARGETS}  .for tgt in ${BUILDTARGETS}
           ${MAKE} ${_J} ${_M} ${tgt}
   .endfor
         @echo -n "Build finished at: " && date          @echo -n "Build finished at: " && date
 .endif  .endif
   

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145

CVSweb <webmaster@jp.NetBSD.org>