diff options
author | rsc <devnull@localhost> | 2003-10-03 15:33:45 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-10-03 15:33:45 +0000 |
commit | 98014aa54361143450d0d9869369b6e3cb715f28 (patch) | |
tree | bc29cd0248be2804877c9ca16c3d7b878afd3506 /package | |
parent | d4853cf44b50f5de560cdea4530bd17659a32cb8 (diff) | |
download | plan9port-98014aa54361143450d0d9869369b6e3cb715f28.tar.gz plan9port-98014aa54361143450d0d9869369b6e3cb715f28.tar.bz2 plan9port-98014aa54361143450d0d9869369b6e3cb715f28.zip |
Macintosh.
Diffstat (limited to 'package')
-rwxr-xr-x | package | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -2,18 +2,8 @@ rm -rf ../9tmp mkdir ../9tmp -mkdir ../9pkg cp -R * ../9tmp cd ../9tmp rm -rf `find . -name CVS` -rm lib/* -rm */*.o -rm */*.a -rm mk/mk -rm sam/sam -rm man/*/* -for i in libfmt libbio lib9 libthread libutf libregexp sam mk -do - tar cf - $i |gzip >../9pkg/$i.tar.gz -done -tar cf - . | gzip > ../9pkg/all.tar.gz +make nuke +tar cf - . | gzip >~/public_html/9src.tar.gz |