libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 351-gary-distcheck-clean-compiler-droppings


From: Gary V. Vaughan
Subject: FYI: 351-gary-distcheck-clean-compiler-droppings
Date: Fri, 1 Feb 2008 00:19:31 +0800 (PHT)
User-agent: mailnotify/0.9

Applied to HEAD.

  Index: ChangeLog
  from  Gary V. Vaughan  <address@hidden>
        * 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.
  
  Index: tests/cdemo/Makefile.am
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/cdemo/Makefile.am,v
  retrieving revision 1.10
  diff -u -u -r1.10 Makefile.am
  --- tests/cdemo/Makefile.am 25 Mar 2007 12:12:43 -0000 1.10
  +++ tests/cdemo/Makefile.am 31 Jan 2008 16:18:20 -0000
  @@ -41,3 +41,13 @@
   
   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: tests/demo/Makefile.am
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/demo/Makefile.am,v
  retrieving revision 1.11
  diff -u -u -r1.11 Makefile.am
  --- tests/demo/Makefile.am 25 Mar 2007 12:12:43 -0000 1.11
  +++ tests/demo/Makefile.am 31 Jan 2008 16:18:20 -0000
  @@ -165,3 +165,13 @@
   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: tests/depdemo/Makefile.am
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/depdemo/Makefile.am,v
  retrieving revision 1.10
  diff -u -u -r1.10 Makefile.am
  --- tests/depdemo/Makefile.am 25 Mar 2007 12:12:43 -0000 1.10
  +++ tests/depdemo/Makefile.am 31 Jan 2008 16:18:20 -0000
  @@ -45,3 +45,13 @@
   
   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: tests/f77demo/Makefile.am
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/f77demo/Makefile.am,v
  retrieving revision 1.11
  diff -u -u -r1.11 Makefile.am
  --- tests/f77demo/Makefile.am 25 Mar 2007 12:12:43 -0000 1.11
  +++ tests/f77demo/Makefile.am 31 Jan 2008 16:18:20 -0000
  @@ -53,3 +53,13 @@
   
   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: tests/fcdemo/Makefile.am
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/fcdemo/Makefile.am,v
  retrieving revision 1.6
  diff -u -u -r1.6 Makefile.am
  --- tests/fcdemo/Makefile.am 25 Mar 2007 12:12:43 -0000 1.6
  +++ tests/fcdemo/Makefile.am 31 Jan 2008 16:18:20 -0000
  @@ -63,3 +63,13 @@
   
   .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: tests/mdemo/Makefile.am
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/mdemo/Makefile.am,v
  retrieving revision 1.11
  diff -u -u -r1.11 Makefile.am
  --- tests/mdemo/Makefile.am 25 Mar 2007 12:12:44 -0000 1.11
  +++ tests/mdemo/Makefile.am 31 Jan 2008 16:18:20 -0000
  @@ -78,3 +78,13 @@
   
   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: tests/mdemo2/Makefile.am
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/mdemo2/Makefile.am,v
  retrieving revision 1.11
  diff -u -u -r1.11 Makefile.am
  --- tests/mdemo2/Makefile.am 25 Mar 2007 12:12:44 -0000 1.11
  +++ tests/mdemo2/Makefile.am 31 Jan 2008 16:18:20 -0000
  @@ -41,3 +41,13 @@
   
   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: tests/pdemo/Makefile.am
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/pdemo/Makefile.am,v
  retrieving revision 1.11
  diff -u -u -r1.11 Makefile.am
  --- tests/pdemo/Makefile.am 25 Mar 2007 12:12:44 -0000 1.11
  +++ tests/pdemo/Makefile.am 31 Jan 2008 16:18:20 -0000
  @@ -158,3 +158,13 @@
   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: tests/tagdemo/Makefile.am
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/tagdemo/Makefile.am,v
  retrieving revision 1.11
  diff -u -u -r1.11 Makefile.am
  --- tests/tagdemo/Makefile.am 25 Mar 2007 12:12:44 -0000 1.11
  +++ tests/tagdemo/Makefile.am 31 Jan 2008 16:18:20 -0000
  @@ -51,3 +51,13 @@
   
   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
-- 
  ())_.              Email me: address@hidden
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_ 
_________________________________________________________
This patch notification generated by vcsapply version 1.0
http://savannah.gnu.org/projects/cvs-utils

Attachment: pgpRWbxmToUK7.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]