Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
To: "Joseph S. Myers" <joseph@codesourcery.com>
Cc: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org
Subject: Re: Moving to Autoconf 2.64, Automake 1.11
Date: Sat, 15 Aug 2009 16:07:00 -0000	[thread overview]
Message-ID: <20090815160654.GC21850@gmx.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0908151523530.28033@digraph.polyomino.org.uk>

* Joseph S. Myers wrote on Sat, Aug 15, 2009 at 05:31:44PM CEST:
> On Sat, 15 Aug 2009, Ralf Wildenhues wrote:
> 
> > - Update automake-provided helper scripts in the toplevel,
> > - LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11 (GCC only),
> > - some minor fixes in sim, gold, gdb (src only)
> > - Bump Autoconf version to 2.64 in override.m4, and regenerate the
> >   world with 2.64 and Automake 1.11,
> > - remove {all,install}-{html,pdf} and {dataroot,doc,pdf,html}dir stuff
> >   not needed any more, update documentation bits throughout the tree.
> 
> I note that the patch series doesn't include resyncing shared build system 
> files that are out of sync between gcc and src.  Any chance this could be 
> done either before or after the above?

Yes, I can look into it.  Sigh.

> (The whole config directory should be exactly identical in both places, 
> including the ChangeLog.  Each repository has accumulated changes that 
> need merging to the other repository.  I believe such resyncing can be 
> considered preapproved since approval for a change to a shared file in one 
> repository is sufficient for it to go in the other as well.)

OK thanks, that is quite helpful.

> > The texinfo changes have been tested with 'make info pdf html'.
> 
> There should be a "make install-pdf install-html" test (for both gcc and 
> GDB/Binutils) as well.

I think I tried that when changing the relevant rules, but I will test
again before committing.

> > To make it easy for whoever volunteers for the --with-build-sysroot
> > test, I would like to ask for this to be done after I commit the patch
> > set.  OK?
> 
> Once the changes are in, CodeSourcery's next arm-none-linux-gnueabi 
> automatic test run will cover such a configuration.

Great!

Thanks,
Ralf


  reply	other threads:[~2009-08-15 16:07 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-15 11:29 Ralf Wildenhues
2009-08-15 11:31 ` [PATCH 1/N] Update automake-provided files in the toplevel Ralf Wildenhues
2009-08-15 11:33 ` [PATCH 3/N] some minor fixes in sim, gold, gdb Ralf Wildenhues
2009-08-17 16:14   ` Tom Tromey
2009-08-17 16:48   ` Ian Lance Taylor
2009-08-15 11:34 ` Moving to Autoconf 2.64, Automake 1.11 Gerald Pfeifer
2009-08-16  9:49   ` Do not point to sources.redhat.com for autotools tarballs (was: Moving to Autoconf 2.64, Automake 1.11) Ralf Wildenhues
2009-08-16 17:06     ` Eli Zaretskii
2009-08-15 11:34 ` [PATCH 4/N] The big bump Ralf Wildenhues
2009-08-15 11:49   ` Richard Guenther
2009-08-15 12:23     ` Ralf Wildenhues
2009-08-15 12:29       ` Ralf Wildenhues
2009-08-15 16:21         ` Paolo Bonzini
2009-08-17 19:39           ` fix 2.64 fopen glitch, disable option checking (was: [PATCH 4/N] The big bump) Ralf Wildenhues
2009-08-17 19:57             ` fix 2.64 fopen glitch, disable option checking Paolo Bonzini
2009-08-15 14:41   ` [PATCH 4/N] The big bump Dave Korn
2009-08-15 16:04     ` Ralf Wildenhues
2009-08-15 16:36       ` Dave Korn
2009-08-15 16:26     ` Joseph S. Myers
2009-08-17 10:20   ` Nick Clifton
2009-08-23 12:30   ` Andreas Schwab
2009-08-15 11:35 ` [PATCH 5/N] post-update cleanups Ralf Wildenhues
2009-08-15 16:58   ` Paolo Bonzini
2009-08-15 15:31 ` Moving to Autoconf 2.64, Automake 1.11 Joseph S. Myers
2009-08-15 16:07   ` Ralf Wildenhues [this message]
2009-08-16 11:48     ` install-{html,pdf} (was: Moving to Autoconf 2.64, Automake 1.11) Ralf Wildenhues
2009-08-17 11:14       ` install-{html,pdf} Paolo Bonzini
2009-08-17 10:34         ` install-{html,pdf} Paolo Bonzini
2009-08-15 18:04 ` Moving to Autoconf 2.64, Automake 1.11 Paolo Bonzini
2009-08-15 23:07   ` Ralf Wildenhues
     [not found]   ` <20090815230654.GA22525__27948.5272862532$1250377656$gmane$org@gmx.de>
2009-08-17 15:57     ` Tom Tromey
2009-08-17 18:18       ` Andreas Schwab
     [not found] ` <20090815113449.GE20172__4676.41973305053$1250336143$gmane$org@gmx.de>
2009-08-17 16:17   ` [PATCH 5/N] post-update cleanups Tom Tromey
2009-08-23 10:12 ` Moving to Autoconf 2.64, Automake 1.11 Ralf Wildenhues

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090815160654.GC21850@gmx.de \
    --to=ralf.wildenhues@gmx.de \
    --cc=binutils@sourceware.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb@sourceware.org \
    --cc=joseph@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox