From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5672 invoked by alias); 22 Jan 2015 20:32:50 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 5662 invoked by uid 89); 22 Jan 2015 20:32:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Jan 2015 20:32:47 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NIL00000I9FE200@a-mtaout21.012.net.il> for gdb@sourceware.org; Thu, 22 Jan 2015 22:32:44 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIL00067IEJ4P90@a-mtaout21.012.net.il>; Thu, 22 Jan 2015 22:32:44 +0200 (IST) Date: Thu, 22 Jan 2015 20:39:00 -0000 From: Eli Zaretskii Subject: Re: [ANNOUNCEMENT] GDB BuildBot In-reply-to: <87ppa67fqb.fsf@redhat.com> To: Sergio Durigan Junior Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vbjytv2s.fsf@gnu.org> References: <87bnm1exo6.fsf@redhat.com> <87lhkvd9u7.fsf@redhat.com> <837fwevg2b.fsf@gnu.org> <87r3um8xvu.fsf@redhat.com> <831tmmvepo.fsf@gnu.org> <87mw5a8x34.fsf@redhat.com> <83y4outyxl.fsf@gnu.org> <87ppa67fqb.fsf@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00052.txt.bz2 > From: Sergio Durigan Junior > 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: > > 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.