[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.189 and 1.190

version 1.189, 2002/11/12 14:33:48 version 1.190, 2002/11/29 23:48:37
Line 201  do-distrib-dirs:
Line 201  do-distrib-dirs:
         (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=${DESTDIR} distrib-dirs)          (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=${DESTDIR} distrib-dirs)
 .endif  .endif
   
   .for targ in cleandir obj includes
   do-${targ}: ${targ}
           @true
   .endfor
   
 .for dir in tools lib/csu lib/libc lib gnu/lib  .for dir in tools lib/csu lib/libc lib gnu/lib
 do-${dir:S/\//-/}:  do-${dir:S/\//-/}:
 .for targ in dependall install  .for targ in dependall install

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190

CVSweb <webmaster@jp.NetBSD.org>