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

Tomi Ollila tomi.ollila at iki.fi
Sun May 4 01:33:03 PDT 2014


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 at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


More information about the notmuch mailing list