From 96fb8a3b653713d76f1e30bbacf71224c69bad9c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 4 May 2014 15:10:48 +0900 Subject: [PATCH] [PATCH 2/3] build: remove .tar.gz.tmp files in clean --- 98/6def3e36e09610859e168061ca4a2303a54026 | 71 +++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 98/6def3e36e09610859e168061ca4a2303a54026 diff --git a/98/6def3e36e09610859e168061ca4a2303a54026 b/98/6def3e36e09610859e168061ca4a2303a54026 new file mode 100644 index 000000000..30b1d0da4 --- /dev/null +++ b/98/6def3e36e09610859e168061ca4a2303a54026 @@ -0,0 +1,71 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id DA8BD421162 + for ; Sat, 3 May 2014 23:12:38 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id eATHQQCfkhW8 for ; + Sat, 3 May 2014 23:12:34 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E0504421167 + for ; Sat, 3 May 2014 23:12:33 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1WgpeS-0005hE-D9; Sun, 04 May 2014 06:11:52 +0000 +Received: (nullmailer pid 25082 invoked by uid 1000); Sun, 04 May 2014 + 06:11:02 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH 2/3] build: remove .tar.gz.tmp files in clean +Date: Sun, 4 May 2014 15:10:48 +0900 +Message-Id: <1399183849-25032-2-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.9.2 +In-Reply-To: <1399183849-25032-1-git-send-email-david@tethera.net> +References: <1399183849-25032-1-git-send-email-david@tethera.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 04 May 2014 06:12:39 -0000 + +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 + -- 2.26.2