Re: [PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test

Subject: Re: [PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test

Date: Sun, 04 May 2014 11:33:03 +0300

To: David Bremner, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


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

Thread: