Skip to content

Commit

Permalink
use a recursive rm for *.cache to remove the directory autom4te.cache
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Oct 20, 2007
1 parent 3d351c8 commit 2d6afcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reconf
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/bin/sh

set -e
set -v
set -x
if [ -e Makefile ]
then
make distclean
fi
rm -f *.cache *.m4
rm -rf *.cache *.m4
rm -f config.log config.status
#rm -f config.guess config.sub depcomp ltmain.sh
#(cat m4/*.m4 > acinclude.m4 2> /dev/null)
Expand Down

0 comments on commit 2d6afcb

Please sign in to comment.