[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.146 and 1.147

version 1.146, 2001/10/31 01:20:09 version 1.147, 2001/10/31 19:41:54
Line 149  do-make-tools:
Line 149  do-make-tools:
         cd ${.CURDIR}/tools && ${MAKE} build          cd ${.CURDIR}/tools && ${MAKE} build
   
 do-distrib-dirs:  do-distrib-dirs:
   .if !defined(DESTDIR) || ${DESTDIR} == ""
           cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs
   .else
         cd ${.CURDIR}/etc && ${MAKE} DESTDIR=${DESTDIR} distrib-dirs          cd ${.CURDIR}/etc && ${MAKE} DESTDIR=${DESTDIR} distrib-dirs
   .endif
   
 .for dir in lib/csu lib gnu/lib  .for dir in lib/csu lib gnu/lib
 do-${dir:S/\//-/}:  do-${dir:S/\//-/}:

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147

CVSweb <webmaster@jp.NetBSD.org>