This is the mail archive of the gdb@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: [ANNOUNCEMENT] GDB BuildBot


> From: Sergio Durigan Junior <sergiodj@redhat.com>
> Cc: gdb@sourceware.org
> Date: Thu, 22 Jan 2015 14:55:08 -0500
> 
> > Thanks, I tried to fix that in this commit:
> 
> It fixed libdecnumber, but now I see:
> 
>   <http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/53/steps/make%20tags/logs/stdio>

It's a bug in libiberty/Makefile.in:

  TAGS: $(CFILES)
	  etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`

and CFILES is just a list of files, without $(srcdir)/.  So this can
only work when building inside the source tree.

I will see what I can do with this.


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