Re: [ANNOUNCEMENT] GDB BuildBot
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 01/22/2015 07:09 PM, Eli Zaretskii wrote: >> From: Sergio Durigan Junior <[email protected]> >> Cc: [email protected] >> Date: Thu, 22 Jan 2015 13:54:55 -0500 >> >>>>> Did my recent commit fix this at least for some targets? >>>> >>>> No, all builders are still failing. >>> >>> Because of libdecnumber? >> >> <http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/46/steps/make%20tags/logs/stdio> >> >> Yes. > > Thanks, I tried to fix that in this commit: Was this sent to gcc? The master copy of libdecnumber is gcc. It's best to put the commit there too, so that the next merge from upstream doesn't lose it. Thanks, Pedro Alves > commit 53bef1c10759f1fd7faf675459871b2f4cc12e53 > Author: Eli Zaretskii <[email protected]> > Date: Thu Jan 22 21:07:31 2015 +0200 > > Another part of fixing "make TAGS". > > libdecnumber/ > 2015-01-22 Eli Zaretskii <[email protected]> > > * Makefile.in (TAGS): New target, to avoid failures in "make TAGS". > > diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog > index 65d20fc..ec6ea1a 100644 > --- a/libdecnumber/ChangeLog > +++ b/libdecnumber/ChangeLog > @@ -1,3 +1,7 @@ > +2015-01-22 Eli Zaretskii <[email protected]> > + > + * Makefile.in (TAGS): New target, to avoid failures in "make TAGS". > + > 2014-01-23 Marek Polacek <[email protected]> > > PR c/59871 > diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in > index b6f3842..8dbada9 100644 > --- a/libdecnumber/Makefile.in > +++ b/libdecnumber/Makefile.in > @@ -167,6 +167,8 @@ maintainer-clean: distclean > @echo "it deletes files that may require special tools to rebuild." > -rm -f $(srcdir)/configure $(srcdir)/aclocal.m4 > > +TAGS: > + > check: > installcheck: > dvi: >