From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org, Yao Qi <yao@codesourcery.com>
Subject: Re: FYI: gdb/common/Makefile calling aclocal & autoconf...
Date: Sun, 06 Mar 2011 10:04:00 -0000 [thread overview]
Message-ID: <20110306080802.GA13158@host1.jankratochvil.net> (raw)
In-Reply-To: <20110306045412.GL30306@adacore.com>
On Sun, 06 Mar 2011 05:54:12 +0100, Joel Brobecker wrote:
> FYI: I haven't had a chance to look at what the problem is, but
> it seems to me that the gdb/common makefile seems to be calling
> aclocal and autoconf even when it doesn't need to.
I have also seen it, I had to undo some unexpected configure&co. files
changes. There is missing @MAINTAINER_MODE_TRUE@:
gdb/Makefile.in:
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(configure_deps)
cd $(srcdir) && $(AUTOCONF)
gdb/common/Makefile.in:
$(srcdir)/configure: $(srcdir)/aclocal.m4
cd $(srcdir) && $(AUTOCONF)
plus in various other autotools generated files/rules around.
Thanks,
Jan
next prev parent reply other threads:[~2011-03-06 8:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-06 10:59 Joel Brobecker
2011-03-06 7:19 ` Joel Brobecker
2011-03-06 7:45 ` Joel Brobecker
2011-03-06 10:04 ` Jan Kratochvil [this message]
2011-03-07 4:39 ` Build regression: " Jan Kratochvil
2011-03-06 11:55 ` Mark Kettenis
2011-03-07 5:12 ` Joel Brobecker
2011-03-07 5:24 ` Jan Kratochvil
2011-03-07 10:00 ` Joel Brobecker
2011-03-07 7:06 ` Yao Qi
2011-03-07 9:51 ` Joel Brobecker
2011-03-08 9:54 ` Jan Kratochvil
2011-03-08 11:12 ` Yao Qi
2011-03-08 18:24 ` Jan Kratochvil
2011-03-08 18:51 ` Mark Kettenis
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=20110306080802.GA13158@host1.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=yao@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