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