# TIDE Master mkfile _files cat _files _nodist | sort | uniq -u >_distfiles csums: txsum -u <_checksums >_checksums.new mv _checksums.new _checksums mksums: cat _files | sed -e 's/^\.\///' | sort | grep -v _checksums \ | txsum -m >_checksums dist: mkdir tide-$V tar c `{cat _distfiles} | @{cd tide-$V; tar x} cd tide-$V { for (file in `{du -a . | awk '{print $2}' }) if (test -f $file) echo $file } | sed -e 's/^\.\///' | sort | txsum -m >../_cs mv ../_cs _checksums cd .. tar cf tide-$V.tar tide-$V gzip -9 tide-$V.tar rm -rf tide-$V tide-$V.tar clean: @{cd classes/misc; mk clean} rm -f tide$V.tgz tide-$V.tgz tide-$V.tar.gz arc: rm -f tide$V.tgz tar cf tide$V.tar `{cat _files} gzip -9 tide$V.tar rm -f tide$V.tar cp: a: cp tide$V.tgz /n/a/tide$V.tgz unmount /n/a