From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28190 invoked by alias); 22 Jan 2015 20:48:24 -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 28176 invoked by uid 89); 22 Jan 2015 20:48:23 -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:48:21 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NIL00000IUJFJ00@a-mtaout21.012.net.il> for gdb@sourceware.org; Thu, 22 Jan 2015 22:48:19 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIL000JFJ4JFA10@a-mtaout21.012.net.il>; Thu, 22 Jan 2015 22:48:19 +0200 (IST) Date: Thu, 22 Jan 2015 21:32:00 -0000 From: Eli Zaretskii Subject: Re: [ANNOUNCEMENT] GDB BuildBot In-reply-to: <83twzitur9.fsf@gnu.org> To: sergiodj@redhat.com Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sif2tucs.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> <83twzitur9.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00054.txt.bz2 > Date: Thu, 22 Jan 2015 22:39:38 +0200 > From: Eli Zaretskii > Cc: gdb@sourceware.org > > > 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? And btw, why doesn't VPATH work in this case?