[PATCH 2/3] build: remove .tar.gz.tmp files in clean
authorDavid Bremner <david@tethera.net>
Sun, 4 May 2014 06:10:48 +0000 (15:10 +0900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:02:10 +0000 (10:02 -0800)
98/6def3e36e09610859e168061ca4a2303a54026 [new file with mode: 0644]

diff --git a/98/6def3e36e09610859e168061ca4a2303a54026 b/98/6def3e36e09610859e168061ca4a2303a54026
new file mode 100644 (file)
index 0000000..30b1d0d
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id DA8BD421162\r
+       for <notmuch@notmuchmail.org>; Sat,  3 May 2014 23:12:38 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id eATHQQCfkhW8 for <notmuch@notmuchmail.org>;\r
+       Sat,  3 May 2014 23:12:34 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+       [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id E0504421167\r
+       for <notmuch@notmuchmail.org>; Sat,  3 May 2014 23:12:33 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+       4.72) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+       id 1WgpeS-0005hE-D9; Sun, 04 May 2014 06:11:52 +0000\r
+Received: (nullmailer pid 25082 invoked by uid 1000); Sun, 04 May 2014\r
+       06:11:02 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 2/3] build: remove .tar.gz.tmp files in clean\r
+Date: Sun,  4 May 2014 15:10:48 +0900\r
+Message-Id: <1399183849-25032-2-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 1.9.2\r
+In-Reply-To: <1399183849-25032-1-git-send-email-david@tethera.net>\r
+References: <1399183849-25032-1-git-send-email-david@tethera.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 04 May 2014 06:12:39 -0000\r
+\r
+Most people won't see these, but they annoy anyone running release\r
+or pre-release targets.\r
+---\r
+ Makefile.local | 3 ++-\r
+ 1 file changed, 2 insertions(+), 1 deletion(-)\r
+\r
+diff --git a/Makefile.local b/Makefile.local\r
+index fa07d81..b46917b 100644\r
+--- a/Makefile.local\r
++++ b/Makefile.local\r
+@@ -330,7 +330,8 @@ install-desktop:\r
+       desktop-file-install --mode 0644 --dir "$(DESTDIR)$(desktop_dir)" notmuch.desktop\r
\r
+ SRCS  := $(SRCS) $(notmuch_client_srcs)\r
+-CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules) version.stamp\r
++CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules)\r
++CLEAN := $(CLEAN) version.stamp notmuch-*.tar.gz.tmp\r
\r
+ DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config\r
\r
+-- \r
+1.9.2\r
+\r