[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.106 and 1.107

version 1.106, 2000/02/19 17:49:49 version 1.107, 2000/02/26 17:42:53
Line 126  build: beforeinstall
Line 126  build: beforeinstall
 .endif  .endif
         ${MAKE} includes          ${MAKE} includes
         (cd ${.CURDIR}/lib/csu && \          (cd ${.CURDIR}/lib/csu && \
             ${MAKE} ${_J} dependall MKMAN=no && \              ${MAKE} ${_J} MKMAN=no dependall && \
             ${MAKE} MKMAN=no install)              ${MAKE} MKMAN=no install)
         (cd ${.CURDIR}/lib && \          (cd ${.CURDIR}/lib && \
             ${MAKE} ${_J} dependall MKMAN=no && \              ${MAKE} ${_J} MKMAN=no dependall && \
             ${MAKE} MKMAN=no install)              ${MAKE} MKMAN=no install)
         (cd ${.CURDIR}/gnu/lib && \          (cd ${.CURDIR}/gnu/lib && \
             ${MAKE} ${_J} dependall MKMAN=no MKINFO=no && \              ${MAKE} ${_J} MKMAN=no MKINFO=no dependall && \
             ${MAKE} MKMAN=no MKINFO=no install)              ${MAKE} MKMAN=no MKINFO=no install)
 .if ${MKSHARE} != "no"  
         (cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install)  
 .endif  
 .if target(cryptobuild)  .if target(cryptobuild)
         ${MAKE} ${_J} cryptobuild          ${MAKE} ${_J} cryptobuild
 .endif  .endif

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

CVSweb <webmaster@jp.NetBSD.org>