[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.112 and 1.113

version 1.112, 2000/04/10 14:47:22 version 1.113, 2000/04/11 08:21:41
Line 141  build: buildmsg beforeinstall
Line 141  build: buildmsg beforeinstall
         ${MAKE} ${_M} includes          ${MAKE} ${_M} includes
 .endif  .endif
         (cd ${.CURDIR}/lib/csu && \          (cd ${.CURDIR}/lib/csu && \
             ${MAKE} ${_M} ${_J} MKMAN=no dependall && \              ${MAKE} ${_M} ${_J} MKSHARE=no dependall && \
             ${MAKE} ${_M} MKMAN=no install)              ${MAKE} ${_M} MKSHARE=no install)
         (cd ${.CURDIR}/lib && \          (cd ${.CURDIR}/lib && \
             ${MAKE} ${_M} ${_J} MKMAN=no MKINFO=no dependall && \              ${MAKE} ${_M} ${_J} MKSHARE=no dependall && \
             ${MAKE} ${_M} MKMAN=no MKINFO=no install)              ${MAKE} ${_M} MKSHARE=no install)
         (cd ${.CURDIR}/gnu/lib && \          (cd ${.CURDIR}/gnu/lib && \
             ${MAKE} ${_M} ${_J} MKMAN=no MKINFO=no dependall && \              ${MAKE} ${_M} ${_J} MKSHARE=no dependall && \
             ${MAKE} ${_M} MKMAN=no MKINFO=no install)              ${MAKE} ${_M} MKSHARE=no install)
 .if target(cryptobuild)  .if target(cryptobuild)
         ${MAKE} ${_M} ${_J} cryptobuild          ${MAKE} ${_M} ${_J} cryptobuild
 .endif  .endif

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

CVSweb <webmaster@jp.NetBSD.org>