From 1f946a5ee047968656d8a1f4be7d7ad91c9e3ade Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sun, 4 May 2014 11:33:03 +0300 Subject: [PATCH] Re: [PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test --- 3c/f512debe6b4e3770c6950d6b979262c0e90e77 | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 3c/f512debe6b4e3770c6950d6b979262c0e90e77 diff --git a/3c/f512debe6b4e3770c6950d6b979262c0e90e77 b/3c/f512debe6b4e3770c6950d6b979262c0e90e77 new file mode 100644 index 000000000..7a6859efc --- /dev/null +++ b/3c/f512debe6b4e3770c6950d6b979262c0e90e77 @@ -0,0 +1,81 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 2DCE2429E3F + for ; Sun, 4 May 2014 01:33:22 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id juOusaF0r+PA for ; + Sun, 4 May 2014 01:33:12 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 98DA7429E37 + for ; Sun, 4 May 2014 01:33:12 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 4E87E1000E5; + Sun, 4 May 2014 11:33:03 +0300 (EEST) +From: Tomi Ollila +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test +In-Reply-To: <1399183849-25032-1-git-send-email-david@tethera.net> +References: <1399183849-25032-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.18~rc0+7~g371733d (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 04 May 2014 08:33:22 -0000 + +On Sun, May 04 2014, David Bremner wrote: + +> This might have worked once for some fixed order of including +> makefiles, but it is clearly wrong now. +> --- + +Series LGTM. + +Tomi + + +> performance-test/Makefile.local | 2 +- +> 1 file changed, 1 insertion(+), 1 deletion(-) +> +> diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local +> index d97e56d..cbea2d3 100644 +> --- a/performance-test/Makefile.local +> +++ b/performance-test/Makefile.local +> @@ -40,4 +40,4 @@ download-corpus: +> wget -O ${TXZFILE} ${DEFAULT_URL} +> +> CLEAN := $(CLEAN) $(dir)/tmp.* $(dir)/log.* +> -DISTCLEAN := $(dir)/corpus $(dir)/notmuch.cache.* +> +DISTCLEAN := $(DISTCLEAN) $(dir)/corpus $(dir)/notmuch.cache.* +> -- +> 1.9.2 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch -- 2.26.2