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

Diff for /src/etc/Makefile between version 1.102 and 1.103

version 1.102, 1999/10/08 10:51:34 version 1.103, 1999/10/08 11:33:51
Line 241 
Line 241 
         mkdir -p ${RELEASEDIR}/tools          mkdir -p ${RELEASEDIR}/tools
         cp ${DESTDIR}/snapshot/tools/* ${RELEASEDIR}/tools          cp ${DESTDIR}/snapshot/tools/* ${RELEASEDIR}/tools
         cd ${RELEASEDIR} && md5 tools/* >>MD5          cd ${RELEASEDIR} && md5 tools/* >>MD5
         cd ${RELEASEDIR} && md5 tools/* >>CKSUM          cd ${RELEASEDIR} && cksum tools/* >>CKSUM
 .endif  .endif
         -cd ${RELEASEDIR} && sort -o MD5 MD5          -cd ${RELEASEDIR} && sort -o MD5 MD5
         -cd ${RELEASEDIR} && sort -o CKSUM CKSUM          -cd ${RELEASEDIR} && sort -o CKSUM -k 3 CKSUM
 .endif  .endif
   
 snapshot: distribution snap_pre snap_tar snap_md  snapshot: distribution snap_pre snap_tar snap_md

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103