[PATCH 2/3] build: remove .tar.gz.tmp files in clean

Subject: [PATCH 2/3] build: remove .tar.gz.tmp files in clean

Date: Sun, 4 May 2014 15:10:48 +0900

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


Most people won't see these, but they annoy anyone running release
or pre-release targets.
---
 Makefile.local | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.local b/Makefile.local
index fa07d81..b46917b 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -330,7 +330,8 @@ install-desktop:
 	desktop-file-install --mode 0644 --dir "$(DESTDIR)$(desktop_dir)" notmuch.desktop
 
 SRCS  := $(SRCS) $(notmuch_client_srcs)
-CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules) version.stamp
+CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules)
+CLEAN := $(CLEAN) version.stamp notmuch-*.tar.gz.tmp
 
 DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config
 
-- 
1.9.2


Thread: