summaryrefslogtreecommitdiff
path: root/cleanup
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2011-09-18 00:21:12 +0000
committer <>2014-04-01 14:15:08 +0000
commit5d498a6d7449d44a9278909dd10530ef0a19de29 (patch)
tree416685c8d22c7b5f32e994c9c4d6f1dbc5286c76 /cleanup
downloaditzam-tarball-5d498a6d7449d44a9278909dd10530ef0a19de29.tar.gz
Imported from /home/lorry/working-area/delta_itzam-tarball/libitzam-6.0.4.tar.gz.HEADlibitzam-6.0.4master
Diffstat (limited to 'cleanup')
-rwxr-xr-xcleanup10
1 files changed, 10 insertions, 0 deletions
diff --git a/cleanup b/cleanup
new file mode 100755
index 0000000..89bb1ee
--- /dev/null
+++ b/cleanup
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+#-- remove old configuration files
+#
+rm -f depcomp missing install-sh mkinstalldirs libtool acconfig.h
+rm -f configure Makefile.in config.status config.log config.guess config.cache
+rm -f aclocal.m4 ltmain.sh config.sub
+rm -rf autom4te.cache Makefile Makefile.in *.lo *~ deleteme.*
+#
+#-- end