[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.2.2

version 1.117, 2000/05/21 07:33:05 version 1.118.2.2, 2000/08/24 02:19:59
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 57  _M=-m ${DESTDIR}/usr/share/mk
Line 52  _M=-m ${DESTDIR}/usr/share/mk
 # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW  # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
   
 SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys  SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys
 .if make(obj)  .if make(cleandir) || make(obj)
 SUBDIR+= distrib  SUBDIR+= distrib
 .ifdef MAKEOBJDIRPREFIX  .ifdef MAKEOBJDIRPREFIX
 SUBDIR+= etc  SUBDIR+= etc
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.2.2

CVSweb <webmaster@jp.NetBSD.org>