aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-03 10:34:37 +0000
committerYang Tse <yangsita@gmail.com>2009-06-03 10:34:37 +0000
commit52b2bc4109e890094901140614880f6a5c5aa8be (patch)
tree6168b86deb0b05e9f1683df6d366be15eef1292c /buildconf
parentb59b3a5152730fd44808baa5e091832eb4b2ae55 (diff)
Remove more generated files.
Yet unknown error might leave libtool-like files in source directory.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf8
1 files changed, 5 insertions, 3 deletions
diff --git a/buildconf b/buildconf
index cc782e622..77176453b 100755
--- a/buildconf
+++ b/buildconf
@@ -258,6 +258,10 @@ PERL=`findtool ${PERL:-perl}`
#
for fname in .deps \
.libs \
+ *.la \
+ *.lo \
+ *.a \
+ *.o \
Makefile \
Makefile.in \
aclocal.m4 \
@@ -268,17 +272,15 @@ for fname in .deps \
config.guess \
config.h \
config.h.in \
- config.lt \
config.log \
+ config.lt \
config.status \
config.sub \
configure \
curl-config \
curlbuild.h \
depcomp \
- libcares.la \
libcares.pc \
- libcurl.la \
libcurl.pc \
libtool \
libtool.m4 \