This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: gdb/common/Makefile calling aclocal & autoconf...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]