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


> Date: Thu, 22 Jan 2015 22:32:43 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: gdb@sourceware.org
> 
> >   <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.

On second thought, TAGS files _should_ be in the source tree, because
that's where they will be used.

So how about running "make TAGS" in the source tree?  Can this be
done in the BuildBot?


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