[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.117 and 1.118

version 1.117, 2000/05/21 07:33:05 version 1.118, 2000/06/20 06:00:24
Line 36 
Line 36 
 #       more information on this.)  #       more information on this.)
 #   snapshot: a synonym for release.  #   snapshot: a synonym for release.
   
 SRCTOP=.  .include <bsd.own.mk>
 .include <bsd.crypto.mk>                # for configuration variables.  
   
 .if defined(CRYPTOPATH)  
 .sinclude "${CRYPTOPATH}/Makefile.frag"  
 .endif  
   
 MKOBJDIRS ?= no  MKOBJDIRS ?= no
 HAVE_EGCS!=     ${CXX} --version | egrep "^(2\.[89]|egcs)" ; echo  HAVE_EGCS!=     ${CXX} --version | egrep "^(2\.[89]|egcs)" ; echo
Line 152  build: buildmsg beforeinstall
Line 147  build: buildmsg beforeinstall
         (cd ${.CURDIR}/gnu/lib && \          (cd ${.CURDIR}/gnu/lib && \
             ${MAKE} ${_M} ${_J} MKSHARE=no dependall && \              ${MAKE} ${_M} ${_J} MKSHARE=no dependall && \
             ${MAKE} ${_M} MKSHARE=no install)              ${MAKE} ${_M} MKSHARE=no install)
 .if target(cryptobuild)  
         ${MAKE} ${_M} ${_J} cryptobuild  
 .endif  
         ${MAKE} ${_M} ${_J} dependall && ${MAKE} ${_M} _BUILD= install          ${MAKE} ${_M} ${_J} dependall && ${MAKE} ${_M} _BUILD= install
 .if defined(DOMESTIC) && !defined(EXPORTABLE_SYSTEM)  .if defined(DOMESTIC) && !defined(EXPORTABLE_SYSTEM)
         (cd ${.CURDIR}/${DOMESTIC} && ${MAKE} ${_M} ${_J} _SLAVE_BUILD= build)          (cd ${.CURDIR}/${DOMESTIC} && ${MAKE} ${_M} ${_J} _SLAVE_BUILD= build)

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

CVSweb <webmaster@jp.NetBSD.org>