[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/Makefile between version 1.153 and 1.154

version 1.153, 2000/06/12 06:23:21 version 1.154, 2000/06/20 06:00:28
Line 25 
Line 25 
 #   BUILD_KERNELS are a machine-dependent list of kernels that should just  #   BUILD_KERNELS are a machine-dependent list of kernels that should just
 #       be built in place but not made into sets or installed, e.g., an  #       be built in place but not made into sets or installed, e.g., an
 #       INSTALL kernel used later in src/distrib/.  #       INSTALL kernel used later in src/distrib/.
 #   CRYPTOPATH is automatically defined by bsd.crypto.mk to be either  #
 #       ../crypto-us or ../crypto-intl.  It controls the building of  
 #       the secr set, which can be disabled by setting CRYPTOPATH to  
 #       "none".  
 #  
 # Targets:  # Targets:
 #    distribution: makes a full NetBSD distribution in DESTDIR. If  #    distribution: makes a full NetBSD distribution in DESTDIR. If
 #       INSTALL_DONE is set, it will not do a `make install.'  #       INSTALL_DONE is set, it will not do a `make install.'
Line 43 
Line 39 
 # do this before bsd.own.mk so we get correct KERNSRCDIR  # do this before bsd.own.mk so we get correct KERNSRCDIR
 .include "../Makefile.inc"  .include "../Makefile.inc"
   
 # For NO_SENDMAIL and INSTPRIV and CRYPTOPATH  # For NO_SENDMAIL and INSTPRIV
 .include <bsd.own.mk>  .include <bsd.own.mk>
 SRCTOP= ..  
 .include <bsd.crypto.mk>  
   
 TZDIR=          /usr/share/zoneinfo  TZDIR=          /usr/share/zoneinfo
 LOCALTIME?=     US/Pacific  LOCALTIME?=     US/Pacific
Line 257  release snapshot: distribution snap_pre 
Line 251  release snapshot: distribution snap_pre 
         (cd ../distrib/sets; ${MAKE} sets)          (cd ../distrib/sets; ${MAKE} sets)
         sh ../distrib/sets/makesums -t ${RELEASEDIR}/binary/kernel '*.gz'          sh ../distrib/sets/makesums -t ${RELEASEDIR}/binary/kernel '*.gz'
   
 cryptoset: distribution snap_pre snap_md_pre snap_kern snap_md_post  
         (cd ../distrib/sets; ${MAKE} cryptoset)  
   
 snap_pre:  snap_pre:
         /bin/rm -rf ${RELEASEDIR}          /bin/rm -rf ${RELEASEDIR}
         ${INSTALL} ${INSTPRIV} -d -o root -g wheel -m 755 ${RELEASEDIR}          ${INSTALL} ${INSTPRIV} -d -o root -g wheel -m 755 ${RELEASEDIR}

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154

CVSweb <webmaster@jp.NetBSD.org>