From: David Bremner Date: Sun, 4 May 2014 06:10:48 +0000 (+0900) Subject: build: remove .tar.gz.tmp files in clean X-Git-Tag: 0.19_rc1~161 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=18565743949174e28576a751ae18b90dcfc60c40;ds=inline build: remove .tar.gz.tmp files in clean Most people won't see these, but they annoy anyone running release or pre-release targets. --- diff --git a/Makefile.local b/Makefile.local index af79b5c7..07e92964 100644 --- a/Makefile.local +++ b/Makefile.local @@ -331,7 +331,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