diff options
author | rsc <devnull@localhost> | 2005-01-14 18:00:26 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 18:00:26 +0000 |
commit | 722c34e3106777f9c37faf37a715edccbeec94bd (patch) | |
tree | 1f927c707b228522aab1a58095ea0a59900391a9 /unix/mkfile | |
parent | 5319e9b8fb21838c86c8c309ea148a0261536a4a (diff) | |
download | plan9port-722c34e3106777f9c37faf37a715edccbeec94bd.tar.gz plan9port-722c34e3106777f9c37faf37a715edccbeec94bd.tar.bz2 plan9port-722c34e3106777f9c37faf37a715edccbeec94bd.zip |
better job at cleaning
Diffstat (limited to 'unix/mkfile')
-rw-r--r-- | unix/mkfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/mkfile b/unix/mkfile index 5f3ae189..c801b652 100644 --- a/unix/mkfile +++ b/unix/mkfile @@ -65,5 +65,6 @@ mk-with-libs.tgz:V: tgz:V: libutf.tgz libfmt.tgz libregexp9.tgz libbio.tgz mk.tgz mk-with-libs.tgz push: - rsync -e ssh *.tgz swtch:www/swtch.com/plan9port/unix - + rsync -e ssh -t *.tgz swtch:www/swtch.com/plan9port/unix + ssh swtch rm www/swtch.com/plan9port/unix/*.sha1 \ + www/swtch.com/plan9port/unix/*.md5 |