From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13862 invoked by alias); 22 Jan 2015 20:39:44 -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 13848 invoked by uid 89); 22 Jan 2015 20:39:43 -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: mtaout23.012.net.il Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Jan 2015 20:39:41 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NIL00700IHFXR00@a-mtaout23.012.net.il> for gdb@sourceware.org; Thu, 22 Jan 2015 22:39:38 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIL0075FIQ2RE90@a-mtaout23.012.net.il>; Thu, 22 Jan 2015 22:39:38 +0200 (IST) Date: Thu, 22 Jan 2015 20:48:00 -0000 From: Eli Zaretskii Subject: Re: [ANNOUNCEMENT] GDB BuildBot In-reply-to: <83vbjytv2s.fsf@gnu.org> To: sergiodj@redhat.com Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83twzitur9.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> <83vbjytv2s.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00053.txt.bz2 > Date: Thu, 22 Jan 2015 22:32:43 +0200 > From: Eli Zaretskii > Cc: gdb@sourceware.org > > > > > 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?