diff options
author | rsc <devnull@localhost> | 2005-01-16 21:32:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-16 21:32:01 +0000 |
commit | d3a25066c942ac23e202629ac469726aa6527cdf (patch) | |
tree | c091d3818ca879a06adcc5481151678065939917 /unix/mkfile | |
parent | 0215fd56dbd9823b392000729edbb81c46447cda (diff) | |
download | plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.tar.gz plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.tar.bz2 plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.zip |
tweaks
Diffstat (limited to 'unix/mkfile')
-rw-r--r-- | unix/mkfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unix/mkfile b/unix/mkfile index c801b652..ee8563ca 100644 --- a/unix/mkfile +++ b/unix/mkfile @@ -38,15 +38,15 @@ test-%:V: lib%.tgz:V: mk new-$stem - tar cf - lib$stem |gzip >lib$stem.tgz + tar cf $target lib$stem libregexp9.tgz:V: mk new-regexp - tar cf - libregexp | gzip >libregexp9.tgz + tar cf $target libregexp mk.tgz:V: mk new-mk - tar cf - mk | gzip >mk.tgz + tar cf $target mk mk-with-libs.tgz:V: mk new-utf @@ -59,12 +59,12 @@ mk-with-libs.tgz:V: mv libutf libfmt libbio libregexp mk zot mv zot mk cp Makefile mk/Makefile - tar cf - mk | gzip >$target + tar cf $target mk rm -r mk tgz:V: libutf.tgz libfmt.tgz libregexp9.tgz libbio.tgz mk.tgz mk-with-libs.tgz push: rsync -e ssh -t *.tgz swtch:www/swtch.com/plan9port/unix - ssh swtch rm www/swtch.com/plan9port/unix/*.sha1 \ + ssh swtch rm -f www/swtch.com/plan9port/unix/*.sha1 \ www/swtch.com/plan9port/unix/*.md5 |