summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2012-01-30 09:24:06 -0500
committerGravatar Karl Ramm <kcr@1ts.org>2012-01-30 09:24:06 -0500
commita822b2f2c36c4ee08e968eacf994cc1131ccfbf9 (patch)
tree659baa8626c3674281e9ae8fb6d17b23287d75e7
parent0a8d723079e37c7e8b1d137ed5de6e804ecc1695 (diff)
autom4te.cache is _annoying_ to have in your release tarball
-rwxr-xr-xrelease1
1 files changed, 1 insertions, 0 deletions
diff --git a/release b/release
index 65add4b..62b5d88 100755
--- a/release
+++ b/release
@@ -25,6 +25,7 @@ git rm README.in
sed -i -e "s/__DEV__/$VERSION/" configure.ac
libtoolize -ic
autoreconf
+rm -rf autom4te.cache
git add -A
#git commit -m "release $VERSION"
TREE=$(git write-tree)