[PATCH 2/3] ruby: allow build with RUNPATH
[notmuch-archives.git] / eb / 28b4b644bf5795655c2740f5196013816e0034
1 Return-Path: <bremner@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id BDEC4429E27\r
6         for <notmuch@notmuchmail.org>; Sat, 25 Jun 2011 05:46:16 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id hyS-ArDy9gm8 for <notmuch@notmuchmail.org>;\r
16         Sat, 25 Jun 2011 05:46:16 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 269C7431FD0\r
21         for <notmuch@notmuchmail.org>; Sat, 25 Jun 2011 05:46:16 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc30w-142167176081.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [142.167.176.81]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p5PCkA9B027917\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Sat, 25 Jun 2011 09:46:12 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@tethera.net>)\r
30         id 1QaSFW-0002iU-Bq; Sat, 25 Jun 2011 09:46:10 -0300\r
31 From: david@tethera.net\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] libnotmuch: fix typos in CLEAN setting, add file\r
34 Date: Sat, 25 Jun 2011 09:45:58 -0300\r
35 Message-Id: <1309005958-10409-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.5.3\r
37 In-Reply-To: <87aad7ce2w.fsf@yoom.home.cworth.org>\r
38 References: <87aad7ce2w.fsf@yoom.home.cworth.org>\r
39 Cc: David Bremner <bremner@debian.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sat, 25 Jun 2011 12:46:17 -0000\r
53 \r
54 From: David Bremner <bremner@debian.org>\r
55 \r
56 - c0961e6 introduced a missing slash between $(dir)$(LIBNAME) and missing\r
57   $(dir) in front of libnotmuch.a\r
58 - cdf1c70a created a file $(dir)/notmuch.h.gch and neglected to\r
59   add it to CLEAN\r
60 ---\r
61 \r
62 Here is an updated version. I'm not sure the best way to do a test of\r
63 the cleaning; maybe we should ship a MANIFEST file containing the\r
64 output of git ls-files. I'm not sure how much churn this would cause\r
65 in git.  Perhaps it could be treated like version, and generated from\r
66 git if possible. In any case I guess this couldn't really be part of\r
67 our regular test suite, because all the other tests would fail ;).\r
68 \r
69  lib/Makefile.local |    4 +++-\r
70  1 files changed, 3 insertions(+), 1 deletions(-)\r
71 \r
72 diff --git a/lib/Makefile.local b/lib/Makefile.local\r
73 index a33ba34..eaa8af4 100644\r
74 --- a/lib/Makefile.local\r
75 +++ b/lib/Makefile.local\r
76 @@ -103,4 +103,6 @@ install-$(dir): $(dir)/$(LIBNAME)\r
77         $(LIBRARY_INSTALL_POST_COMMAND)\r
78  \r
79  SRCS  := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs)\r
80 -CLEAN := $(CLEAN) $(libnotmuch_modules) $(dir)/$(SONAME) $(dir)/$(LINKER_NAME) $(dir)$(LIBNAME) libnotmuch.a notmuch.aux notmuch.sym\r
81 +CLEAN += $(libnotmuch_modules) $(dir)/$(SONAME) $(dir)/$(LINKER_NAME)\r
82 +CLEAN += $(dir)/$(LIBNAME) $(dir)/libnotmuch.a notmuch.aux notmuch.sym\r
83 +CLEAN += $(dir)/notmuch.h.gch\r
84 -- \r
85 1.7.5.3\r
86 \r