[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.105 and 1.106

version 1.105, 1999/03/05 07:21:44 version 1.106, 1999/03/08 02:37:56
Line 33 
Line 33 
 #    snapshot: calls distribution, above, and then tars up the files  #    snapshot: calls distribution, above, and then tars up the files
 #       into a release(7) format in RELEASEDIR. Any port-dependent  #       into a release(7) format in RELEASEDIR. Any port-dependent
 #       stuff for this target is found in etc.${MACHINE}/Makefile.inc.  #       stuff for this target is found in etc.${MACHINE}/Makefile.inc.
   #    release: a synonym for `snapshot'
   
 # XXX: For NO_SENDMAIL and USE_BIND4  # XXX: For NO_SENDMAIL and USE_BIND4
 .include <bsd.own.mk>  .include <bsd.own.mk>
Line 100  PCS= pcs750.bin
Line 101  PCS= pcs750.bin
 all clean cleandir depend distclean etc includes install lint:  all clean cleandir depend distclean etc includes install lint:
   
 .ifndef DESTDIR  .ifndef DESTDIR
 distribution distrib-dirs snapshot:  distribution distrib-dirs release snapshot:
         @echo setenv DESTDIR before doing that!          @echo setenv DESTDIR before doing that!
         @false          @false
 .else  .else
Line 209  distrib-dirs:
Line 210  distrib-dirs:
         cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys          cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys
   
 .if !defined(RELEASEDIR)  .if !defined(RELEASEDIR)
 snapshot snap_pre:  release snapshot snap_pre:
         @echo setenv RELEASEDIR before doing that!          @echo setenv RELEASEDIR before doing that!
         @false          @false
 .else  .else

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

CVSweb <webmaster@jp.NetBSD.org>