[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.90 and 1.92

version 1.90, 1999/02/18 14:49:59 version 1.92, 1999/02/20 09:10:41
Line 105  build: beforeinstall
Line 105  build: beforeinstall
         (cd ${.CURDIR}/gnu/lib && \          (cd ${.CURDIR}/gnu/lib && \
             ${MAKE} depend && ${MAKE} ${_J} MKMAN=no MKINFO=no && \              ${MAKE} depend && ${MAKE} ${_J} MKMAN=no MKINFO=no && \
             ${MAKE} MKMAN=no MKINFO=no install)              ${MAKE} MKMAN=no MKINFO=no install)
         (cd ${.CURDIR}/gnu/usr.bin/texinfo && \  
             ${MAKE} depend && ${MAKE} ${_J} MKMAN=no MKINFO=no && \  
             ${MAKE} MKMAN=no MKINFO=no install)  
         ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} _BUILD= install          ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} _BUILD= install
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
         (cd ${.CURDIR}/domestic && ${MAKE} ${_J} _SLAVE_BUILD= build)          (cd ${.CURDIR}/domestic && ${MAKE} ${_J} _SLAVE_BUILD= build)
Line 117  build: beforeinstall
Line 114  build: beforeinstall
         @date          @date
   
 release snapshot: build  release snapshot: build
         (cd ${.CURDIR}/etc && make INSTALL_DONE=1 release)          (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 release)
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.92

CVSweb <webmaster@jp.NetBSD.org>