From: Gary V. Vaughan Date: Thu, 31 Jan 2008 16:19:18 +0000 (+0000) Subject: * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo, X-Git-Tag: release-2-1b~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c319e20f4f09d988fd7101358a7cc8cca4d4e94;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 1b387fba1..6a949d255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-02-01 Gary V. Vaughan + + * 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 Unfortunately, the autoconf implementation of AC_LIBOBJ and diff --git a/tests/cdemo/Makefile.am b/tests/cdemo/Makefile.am index 1aea280fe..ba58fea22 100644 --- a/tests/cdemo/Makefile.am +++ b/tests/cdemo/Makefile.am @@ -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 diff --git a/tests/demo/Makefile.am b/tests/demo/Makefile.am index ba8bea41f..2aa2c0bf6 100644 --- a/tests/demo/Makefile.am +++ b/tests/demo/Makefile.am @@ -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 diff --git a/tests/depdemo/Makefile.am b/tests/depdemo/Makefile.am index 11efb2583..ef6b0607e 100644 --- a/tests/depdemo/Makefile.am +++ b/tests/depdemo/Makefile.am @@ -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 diff --git a/tests/f77demo/Makefile.am b/tests/f77demo/Makefile.am index 32dd49ec8..d38156e31 100644 --- a/tests/f77demo/Makefile.am +++ b/tests/f77demo/Makefile.am @@ -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 diff --git a/tests/fcdemo/Makefile.am b/tests/fcdemo/Makefile.am index 1f0c8217d..299286ea2 100644 --- a/tests/fcdemo/Makefile.am +++ b/tests/fcdemo/Makefile.am @@ -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 diff --git a/tests/mdemo/Makefile.am b/tests/mdemo/Makefile.am index d378ff060..3f53354b1 100644 --- a/tests/mdemo/Makefile.am +++ b/tests/mdemo/Makefile.am @@ -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 diff --git a/tests/mdemo2/Makefile.am b/tests/mdemo2/Makefile.am index 169771fca..e215650b3 100644 --- a/tests/mdemo2/Makefile.am +++ b/tests/mdemo2/Makefile.am @@ -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 diff --git a/tests/pdemo/Makefile.am b/tests/pdemo/Makefile.am index 338077d89..0357e4700 100644 --- a/tests/pdemo/Makefile.am +++ b/tests/pdemo/Makefile.am @@ -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 diff --git a/tests/tagdemo/Makefile.am b/tests/tagdemo/Makefile.am index baf07c858..e945c2545 100644 --- a/tests/tagdemo/Makefile.am +++ b/tests/tagdemo/Makefile.am @@ -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