[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.56 and 1.57

version 1.56, 1997/05/12 22:21:50 version 1.57, 1997/05/16 18:02:22
Line 183 
Line 183 
         @echo setenv RELEASEDIR before building a release.          @echo setenv RELEASEDIR before building a release.
         @false          @false
 .else  .else
 release:  release: distribution snap_pre snap_md
         cd ${.CURDIR}; ${MAKE} snapshot  
         cd ${.CURDIR}/../distrib/sets; csh maketars          cd ${.CURDIR}/../distrib/sets; csh maketars
         -cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR}          -cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR}
         -cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR}          -cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR}

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57