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 | |
parent | 5319e9b8fb21838c86c8c309ea148a0261536a4a (diff) | |
download | plan9port-722c34e3106777f9c37faf37a715edccbeec94bd.tar.gz plan9port-722c34e3106777f9c37faf37a715edccbeec94bd.tar.bz2 plan9port-722c34e3106777f9c37faf37a715edccbeec94bd.zip |
better job at cleaning
Diffstat (limited to 'unix')
-rw-r--r-- | unix/man/mkfile | 2 | ||||
-rw-r--r-- | unix/mkfile | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/unix/man/mkfile b/unix/man/mkfile index ebafa198..6cf69e0a 100644 --- a/unix/man/mkfile +++ b/unix/man/mkfile @@ -45,4 +45,4 @@ MKSHELL=$PLAN9/bin/rc ./fixurls $target push:V: - rsync -e ssh *.html swtch:www/swtch.com/plan9port/unix/man + rsync -e ssh -t *.html swtch:www/swtch.com/plan9port/unix/man 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 |