[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.110 and 1.111

version 1.110, 2000/03/11 00:10:20 version 1.111, 2000/04/09 02:09:49
Line 136  build: buildmsg beforeinstall
Line 136  build: buildmsg beforeinstall
             ${MAKE} ${_J} MKMAN=no dependall && \              ${MAKE} ${_J} MKMAN=no dependall && \
             ${MAKE} MKMAN=no install)              ${MAKE} MKMAN=no install)
         (cd ${.CURDIR}/lib && \          (cd ${.CURDIR}/lib && \
             ${MAKE} ${_J} MKMAN=no dependall && \              ${MAKE} ${_J} MKMAN=no MKINFO=no dependall && \
             ${MAKE} MKMAN=no install)              ${MAKE} MKMAN=no MKINFO=no install)
         (cd ${.CURDIR}/gnu/lib && \          (cd ${.CURDIR}/gnu/lib && \
             ${MAKE} ${_J} MKMAN=no MKINFO=no dependall && \              ${MAKE} ${_J} MKMAN=no MKINFO=no dependall && \
             ${MAKE} MKMAN=no MKINFO=no install)              ${MAKE} MKMAN=no MKINFO=no install)

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

CVSweb <webmaster@jp.NetBSD.org>