]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo,
authorGary V. Vaughan <gary@gnu.org>
Thu, 31 Jan 2008 16:19:18 +0000 (16:19 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 31 Jan 2008 16:19:18 +0000 (16:19 +0000)
tests/demo, tests/f77demo, tests/mdemo, tests/tagdemo
(distclean-local): Remove compiler file droppings left by
Autoconf tests that prevent make dist from finishing on
several machines including Mac OS 10.5.

ChangeLog
tests/cdemo/Makefile.am
tests/demo/Makefile.am
tests/depdemo/Makefile.am
tests/f77demo/Makefile.am
tests/fcdemo/Makefile.am
tests/mdemo/Makefile.am
tests/mdemo2/Makefile.am
tests/pdemo/Makefile.am
tests/tagdemo/Makefile.am

index 1b387fba1ca5ada835669cc3d7eb6d0a251a4069..6a949d2550b969f3f22c81c3bbbff249c11c7bdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-01  Gary V. Vaughan  <gary@gnu.org>
+
+       * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo,
+       tests/demo, tests/f77demo, tests/mdemo, tests/tagdemo
+       (distclean-local): Remove compiler file droppings left by
+       Autoconf tests that prevent make dist from finishing on
+       several machines including Mac OS 10.5.
+
 2008-02-01  Gary V. Vaughan  <gary@gnu.org>
 
        Unfortunately, the autoconf implementation of AC_LIBOBJ and
index 1aea280fec8194f6489e8c46b29e1319c360a6e8..ba58fea228bf511967a3c547960f417e29f8fa8e 100644 (file)
@@ -41,3 +41,13 @@ cdemo_LDADD = libfoo.la
 
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+       ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+       for ac_file in $$ac_files; do \
+         case $$ac_file in \
+           *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+         esac; \
+       done
index ba8bea41fa526a5cfb68bf4846f23c1ea5ae1b84..2aa2c0bf63848e39b2db5e306e7bc254ef3f20d4 100644 (file)
@@ -165,3 +165,13 @@ hell0_LDADD = libhell1.la libhell2.la $(LIBM)
 CLEANFILES += $(EXTRA_LIBRARIES) $(EXTRA_LTLIBRARIES) $(EXTRA_PROGRAMS) hell0
 
 deplibs-check: hell0$(EXEEXT)
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+       ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+       for ac_file in $$ac_files; do \
+         case $$ac_file in \
+           *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+         esac; \
+       done
index 11efb2583237cdcb737a19e44da7dd03c695a950..ef6b0607e3f8496f2dc4417238ef853ae8e96bb0 100644 (file)
@@ -45,3 +45,13 @@ depdemo_static_LDFLAGS = $(STATIC)
 
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+       ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+       for ac_file in $$ac_files; do \
+         case $$ac_file in \
+           *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+         esac; \
+       done
index 32dd49ec8e83239564dc189eb43a2b1b9a55349d..d38156e31bb515795a790c5f1fcfc922b8f74a85 100644 (file)
@@ -53,3 +53,13 @@ cprogram_LDADD = libmix.la $(FLIBS)
 
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+       ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+       for ac_file in $$ac_files; do \
+         case $$ac_file in \
+           *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+         esac; \
+       done
index 1f0c8217d5b7311da6cc221693bedeba4d3b52bc..299286ea2c2c79f9895205eb4cb1a945d41b7213 100644 (file)
@@ -63,3 +63,13 @@ libtool: $(LIBTOOL_DEPS)
 
 .f90.lo:
        $(LTFCCOMPILE) -c -o $@ $(FCFLAGS_f90) $<
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+       ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+       for ac_file in $$ac_files; do \
+         case $$ac_file in \
+           *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+         esac; \
+       done
index d378ff06019901fd551b5fa311115725bb175c0d..3f53354b1eb04dd8659a992e072732e8018b4b77 100644 (file)
@@ -78,3 +78,13 @@ mdemo_static_DEPENDENCIES = $(mdemo_DEPENDENCIES)
 
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+       ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+       for ac_file in $$ac_files; do \
+         case $$ac_file in \
+           *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+         esac; \
+       done
index 169771fca85ab8ca4682164b262e899b69a2ac7e..e215650b3105a1b56515bb1630336cae340f5869 100644 (file)
@@ -41,3 +41,13 @@ mdemo2_static_DEPENDENCIES = $(mdemo2_DEPENDENCIES)
 
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+       ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+       for ac_file in $$ac_files; do \
+         case $$ac_file in \
+           *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+         esac; \
+       done
index 338077d89ce20f9a2a6b24ce3c16bebf3e433cf3..0357e47001814a8e02b61a74ae322e2e26c8335c 100644 (file)
@@ -158,3 +158,13 @@ hell0_LDADD = libhell1.la libhell2.la $(LIBM)
 CLEANFILES += $(EXTRA_LIBRARIES) $(EXTRA_LTLIBRARIES) $(EXTRA_PROGRAMS) hell0
 
 deplibs-check: hell0
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+       ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+       for ac_file in $$ac_files; do \
+         case $$ac_file in \
+           *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+         esac; \
+       done
index baf07c8585187e82e77dad119cfb8b74d85d0b38..e945c254580351b36f2520550366e0c18523a9a9 100644 (file)
@@ -51,3 +51,13 @@ tagdemo_LDADD = libbaz.la
 
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck
+
+# Workaround a bug in Autoconf-2.61 and earlier that don't clean up
+# file droppings left by many compilers:
+distclean-local:
+       ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
+       for ac_file in $$ac_files; do \
+         case $$ac_file in \
+           *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
+         esac; \
+       done