]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Do not distribute autom4te.cache
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 15 Aug 2012 08:53:32 +0000 (10:53 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 15 Aug 2012 08:53:32 +0000 (10:53 +0200)
Makefile.cvs

index dc1f4ffc1ca8dc81b95a9a0f63f5a8866ea0f33a..b7d4ccb0f08695c303e10e3ce97e5fcf13d267e3 100644 (file)
@@ -14,6 +14,7 @@ dist:
        test ! -d orte-$(VER)
        git archive --format=tar --prefix=orte-$(VER)/ HEAD | tar x
        make -C orte-$(VER) -f Makefile.cvs
+       rm -rf orte-$(VER)/autom4te.cache
        tar czf orte-$(VER).tar.gz orte-$(VER)
        cd orte-$(VER) && ./configure && make # Check that we can compile the content of the archive
        @echo "Tarball stored as orte-$(VER).tar.gz"