From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1172 invoked by alias); 29 Sep 2014 04:06:31 -0000 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 Received: (qmail 1150 invoked by uid 89); 29 Sep 2014 04:06:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f179.google.com Received: from mail-vc0-f179.google.com (HELO mail-vc0-f179.google.com) (209.85.220.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 29 Sep 2014 04:06:27 +0000 Received: by mail-vc0-f179.google.com with SMTP id im17so2166520vcb.24 for ; Sun, 28 Sep 2014 21:06:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=hRI1BA8G5cIjR6EwVtwQlYoEz6iRIWk5gk7HBxULZEI=; b=CJLGecuJASVOmJBdrqfv2gjSd7ZTlIhqvRXnQ+oE1H3WmrECzVK7GVzID7jX+qRsaH flCey1bUKoYM/azIG4gpYrjD0JSswPF+Rk2R20SPtcNBGY/m4l7q8UwflWmTQSUFYnb/ EdDpiKiFrP7RxLn9umiKPdEbv4FUWQRGtTfjpDPYJXNKnQjgfngwPb7mlqMWDuY9JGnx GpKOuO+7CmNw7nMd59gqiZGWxS5sqBs7vceeFc3bAvDSm4QC3PjvqLGuh1/2GhDAnm/L 6PrbKNIGYZEYVbZAPHfKB0T7pFq73TG/IiUGzPUk4z0IGL6CDrGu+fldamdQeZJXiKGY 1h7Q== X-Gm-Message-State: ALoCoQn+IqU07BT56Dthf7adOG2wltVLg/VhFQZgmBwppzLw5lOkG1cGe9P3l16nL/RlWIIt+h0H MIME-Version: 1.0 X-Received: by 10.220.97.5 with SMTP id j5mr28652545vcn.16.1411963585240; Sun, 28 Sep 2014 21:06:25 -0700 (PDT) Received: by 10.52.181.65 with HTTP; Sun, 28 Sep 2014 21:06:25 -0700 (PDT) In-Reply-To: <877g121o4c.fsf@codesourcery.com> References: <877g121o4c.fsf@codesourcery.com> Date: Mon, 29 Sep 2014 04:06:00 -0000 Message-ID: Subject: Re: Source files are deleted in in-tree build/test From: Doug Evans To: Yao Qi Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00817.txt.bz2 On Wed, Sep 17, 2014 at 4:29 AM, Yao Qi wrote: > > Hi, > If we do in-tree build and run tests sequentially, > > $ make check RUNTESTFLAGS='--directory=gdb.dwarf' > $ make check RUNTESTFLAGS='--directory=gdb.python' > > we can see some source files are deleted after tests, > [...] > Alternatively, we don't have to remote these files > copied to host. We discussed this there > without > any conclusions. Now, I am inclined to not removing files on host, as > justified by this problem. What do you think? Fine by me.