From: ewt Date: Mon, 17 Mar 1997 16:55:29 +0000 (+0000) Subject: remove showchars in archive target X-Git-Tag: v0-9~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82555309341ce678eb480154920f8051160bef83;p=thirdparty%2Fnewt.git remove showchars in archive target --- diff --git a/Makefile b/Makefile index 25dc584..06d3505 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ archive: make clean; \ find . -name "RCS" -exec rm {} \; ; \ find . -name ".depend" -exec rm {} \; ; \ - rm -rf *gz test shared + rm -rf *gz test shared showchars @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION) @rm -rf /tmp/newt-$(VERSION) @cp /tmp/newt-$(VERSION).tar.gz .