[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.202 and 1.203

version 1.202, 2003/04/04 01:06:00 version 1.203, 2003/04/04 01:16:28
Line 291  do-${targ}: ${targ}
Line 291  do-${targ}: ${targ}
         @true          @true
 .endfor  .endfor
   
 <<<<<<< Makefile  .for dir in tools tools/compat lib/csu lib/libc lib/libcrypt lib gnu/lib
 .for dir in tools tools/compat lib/csu lib/libc lib gnu/lib  
 =======  
 .for dir in tools lib/csu lib/libc lib/libcrypt lib gnu/lib  
 >>>>>>> 1.201  
 do-${dir:S/\//-/}:  do-${dir:S/\//-/}:
 .for targ in dependall install  .for targ in dependall install
         (cd ${.CURDIR}/${dir} && ${MAKE} ${targ})          (cd ${.CURDIR}/${dir} && ${MAKE} ${targ})

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203

CVSweb <webmaster@jp.NetBSD.org>