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]

Build regression: FYI: gdb/common/Makefile calling aclocal & autoconf...


Hi Yao,

as you asked the Solaris build is now also broken due to (as autoconf is
usually not present there):
	Re: [rfa/rfc] Build libcommon.a for gdb and gdbserver
	http://sourceware.org/ml/gdb-patches/2011-01/msg00419.html
	commit 8c5a634bffb212fadf96c090f12551160fffca3f
	Author: qiyao <qiyao>
	Date:   Fri Feb 11 09:57:23 2011 +0000


Thanks,
Jan


On Sun, 06 Mar 2011 09:08:02 +0100, Jan Kratochvil wrote:
> 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.


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