Browse Source

make-release: Remove autom4te.cache from distributed source

Luke Dashjr 12 years ago
parent
commit
7b789652f5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      make-release

+ 2 - 0
make-release

@@ -42,6 +42,8 @@ cd "$sw"
 NOSUBMODULES=1 \
 NOSUBMODULES=1 \
 NOCONFIGURE=1 \
 NOCONFIGURE=1 \
 ./autogen.sh
 ./autogen.sh
+find . -name autom4te.cache |
+ xargs rm -r
 cd ..
 cd ..
 zip -r "$IDIR/${sw}.zip" "$sw"
 zip -r "$IDIR/${sw}.zip" "$sw"
 tar cjvpf "$IDIR/${sw}.tbz2" "$sw"
 tar cjvpf "$IDIR/${sw}.tbz2" "$sw"