[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.87 and 1.88

version 1.87, 1999/02/16 03:37:26 version 1.88, 1999/02/17 08:00:52
Line 105  build: beforeinstall
Line 105  build: beforeinstall
         (cd ${.CURDIR}/gnu/lib && \          (cd ${.CURDIR}/gnu/lib && \
             ${MAKE} depend && ${MAKE} ${_J} MKMAN=no && \              ${MAKE} depend && ${MAKE} ${_J} MKMAN=no && \
             ${MAKE} MKMAN=no install)              ${MAKE} MKMAN=no install)
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  
         (cd ${.CURDIR}/domestic/lib && \  
             ${MAKE} depend && ${MAKE} ${_J} MKMAN=no && \  
             ${MAKE} MKMAN=no install)  
 .endif  
         ${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)

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

CVSweb <webmaster@jp.NetBSD.org>