From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16754 invoked by alias); 7 Oct 2010 00:05:10 -0000 Received: (qmail 16739 invoked by uid 22791); 7 Oct 2010 00:05:09 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Oct 2010 00:05:03 +0000 Received: from hpaq1.eem.corp.google.com (hpaq1.eem.corp.google.com [172.25.149.1]) by smtp-out.google.com with ESMTP id o9704wmx014891 for ; Wed, 6 Oct 2010 17:05:00 -0700 Received: from yxn35 (yxn35.prod.google.com [10.190.4.99]) by hpaq1.eem.corp.google.com with ESMTP id o9701xLS026218 for ; Wed, 6 Oct 2010 17:01:59 -0700 Received: by yxn35 with SMTP id 35so99877yxn.41 for ; Wed, 06 Oct 2010 17:01:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.159.20 with SMTP id h20mr52200ybe.404.1286409719162; Wed, 06 Oct 2010 17:01:59 -0700 (PDT) Received: by 10.220.83.79 with HTTP; Wed, 6 Oct 2010 17:01:59 -0700 (PDT) In-Reply-To: <201010070033.52366.pedro@codesourcery.com> References: <20101005001819.ECC65764B8@ruffy.mtv.corp.google.com> <20101006232415.GA18635@host1.dyn.jankratochvil.net> <201010070033.52366.pedro@codesourcery.com> Date: Thu, 07 Oct 2010 00:05:00 -0000 Message-ID: Subject: Re: [patch] regression: Fix in-tree build [Re: [patch] Create general staging area for data-directory files.] From: Doug Evans To: Pedro Alves Cc: gdb-patches@sourceware.org, Jan Kratochvil Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00105.txt.bz2 On Wed, Oct 6, 2010 at 4:33 PM, Pedro Alves wrote: > On Thursday 07 October 2010 00:24:15, Jan Kratochvil wrote: >> On Tue, 05 Oct 2010 02:18:19 +0200, Doug Evans wrote: >> > --- /dev/null =A0 =A0 =A0 2010-09-23 16:28:04.543730915 -0700 >> > +++ data-directory/Makefile.in =A0 =A0 =A02010-10-04 16:56:01.00000000= 0 -0700 >> > +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @frags@ >> > + =A0 cd $(top_builddir) && $(MAKE) data-directory/Makefile >> > > Does this need to depend on @frags@ in the first place? Yeah, I think that's the right solution.