From: Miroslav Lichvar Date: Wed, 19 Mar 2008 13:38:53 +0000 (+0100) Subject: remove autom4te cache when creating archives X-Git-Tag: r0-52-9~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad6e0415bc9c9616cdc5456a169da66558ebc7b;p=thirdparty%2Fnewt.git remove autom4te cache when creating archives --- diff --git a/Makefile.in b/Makefile.in index 798a5cd..892f4d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -139,7 +139,7 @@ configure: configure.ac newt.spec create-archive: configure @rm -rf /tmp/newt-$(VERSION) @git archive --prefix=newt-$(VERSION)/ $(TAG) | tar x -C /tmp - @cd /tmp/newt-$(VERSION); ./autogen.sh + @cd /tmp/newt-$(VERSION) && ./autogen.sh && rm -rf autom4te.cache @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION) @rm -rf /tmp/newt-$(VERSION) @cp /tmp/newt-$(VERSION).tar.gz .