[ANNOUNCEMENT] GDB BuildBot
Eli Zaretskii
eliz@gnu.org
Thu Jan 22 19:55:00 GMT 2015
> From: Sergio Durigan Junior <sergiodj@redhat.com>
> Cc: gdb@sourceware.org
> 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:
commit 53bef1c10759f1fd7faf675459871b2f4cc12e53
Author: Eli Zaretskii <eliz@gnu.org>
Date: Thu Jan 22 21:07:31 2015 +0200
Another part of fixing "make TAGS".
libdecnumber/
2015-01-22 Eli Zaretskii <eliz@gnu.org>
* 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 <eliz@gnu.org>
+
+ * Makefile.in (TAGS): New target, to avoid failures in "make TAGS".
+
2014-01-23 Marek Polacek <polacek@redhat.com>
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:
More information about the Gdb
mailing list