unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test
@ 2014-05-04  6:10 David Bremner
  2014-05-04  6:10 ` [PATCH 2/3] build: remove .tar.gz.tmp files in clean David Bremner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Bremner @ 2014-05-04  6:10 UTC (permalink / raw)
  To: notmuch

This might have worked once for some fixed order of including
makefiles, but it is clearly wrong now.
---
 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-28 13:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04  6:10 [PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test David Bremner
2014-05-04  6:10 ` [PATCH 2/3] build: remove .tar.gz.tmp files in clean David Bremner
2014-05-04  6:10 ` [PATCH 3/3] build: add dataclean David Bremner
2014-05-04  8:33 ` [PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test Tomi Ollila
2014-05-28 13:01 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).