From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4767 invoked by alias); 23 Jan 2015 16:16: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 4736 invoked by uid 89); 23 Jan 2015 16:16:21 -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: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Jan 2015 16:16:16 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NIN00N000YPWU00@mtaout28.012.net.il> for gdb@sourceware.org; Fri, 23 Jan 2015 18:14:19 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIN00IBV13V7A50@mtaout28.012.net.il>; Fri, 23 Jan 2015 18:14:19 +0200 (IST) Date: Fri, 23 Jan 2015 17:47:00 -0000 From: Eli Zaretskii Subject: Re: [ANNOUNCEMENT] GDB BuildBot In-reply-to: <87lhktwp45.fsf@igel.home> To: Andreas Schwab Cc: sergiodj@redhat.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <834mrhtquo.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> <83sif2tucs.fsf@gnu.org> <87lhktwp45.fsf@igel.home> X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00067.txt.bz2 > From: Andreas Schwab > Cc: sergiodj@redhat.com, gdb@sourceware.org > Date: Fri, 23 Jan 2015 15:25:30 +0100 > > Eli Zaretskii writes: > > > And btw, why doesn't VPATH work in this case? > > There is no VPATH in libiberty/Makefile.in. Thanks, that explains why it doesn't work ;-) I thought out-of-tree builds were supposed to be supported by VPATH, but it looks like the commit to which you pointed replaced that with explicit $(srcdir).