Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / b4 / c63b1d06c4e085eed6a21bbf89d7eb96c1fdd8
1 Return-Path: <tomi.ollila@iki.fi>\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 5EAAF431FBF\r
6         for <notmuch@notmuchmail.org>; Sun, 26 May 2013 04:35:14 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 pzErhlv3piQR for <notmuch@notmuchmail.org>;\r
16         Sun, 26 May 2013 04:35:01 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 9A2DE431FAE\r
19         for <notmuch@notmuchmail.org>; Sun, 26 May 2013 04:35:01 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 893E7100093;\r
22         Sun, 26 May 2013 14:34:57 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH v2] build: fix out-of-tree builds\r
26 In-Reply-To: <1369480738-16551-1-git-send-email-jani@nikula.org>\r
27 References: <1368615519-25977-1-git-send-email-jani@nikula.org>\r
28         <1369480738-16551-1-git-send-email-jani@nikula.org>\r
29 User-Agent: Notmuch/0.15.2+115~g12cf6af (http://notmuchmail.org) Emacs/24.3.1\r
30         (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Sun, 26 May 2013 14:34:57 +0300\r
35 Message-ID: <m2txlqkm8u.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sun, 26 May 2013 11:35:14 -0000\r
51 \r
52 On Sat, May 25 2013, Jani Nikula <jani@nikula.org> wrote:\r
53 \r
54 > Support for out-of-tree builds was added in\r
55 > commit 3e4a9d60a9419621b08c647a306843d76c47c2cb\r
56 > Author: Carl Worth <cworth@cworth.org>\r
57 > Date:   Wed Mar 9 15:02:42 2011 -0800\r
58 >\r
59 >     build: Add support for non-source-directory builds.\r
60 >\r
61 > and broken in\r
62 > commit 7beeb8c88a014ecbc53d8241f10683b3c4c16228\r
63 > Author: David Bremner <bremner@debian.org>\r
64 > Date:   Sat Nov 17 12:28:15 2012 -0400\r
65 >\r
66 >     test: initial performance testing infrastructure\r
67 >\r
68 > Fix the build breakage.\r
69 >\r
70 > Out-of-tree 'make test' has been broken since earlier than the above,\r
71 > and remains broken, as does out-of-tree perf test, but at least the\r
72 > build now works.\r
73 >\r
74 > ---\r
75 \r
76 LGTM.\r
77 \r
78 Tomi\r
79 \r
80 \r
81 >\r
82 > I didn't have the time to dig into the test and perf test breakage.\r
83 > ---\r
84 >  Makefile                        |    7 ++++---\r
85 >  performance-test/Makefile.local |    2 +-\r
86 >  2 files changed, 5 insertions(+), 4 deletions(-)\r
87 >\r
88 > diff --git a/Makefile b/Makefile\r
89 > index 73a8554..0428160 100644\r
90 > --- a/Makefile\r
91 > +++ b/Makefile\r
92 > @@ -2,9 +2,10 @@\r
93 >  # given explicitly on the command line) so mention it first.\r
94 >  all:\r
95 >  \r
96 > -# List all subdirectories here. Each contains its own Makefile.local\r
97 > -subdirs := compat completion emacs lib man parse-time-string\r
98 > -subdirs += performance-test util test\r
99 > +# List all subdirectories here. Each contains its own Makefile.local.\r
100 > +# Use of '=', without '+=', seems to be required for out-of-tree\r
101 > +# builds to work.\r
102 > +subdirs = compat completion emacs lib man parse-time-string performance-test util test\r
103 >  \r
104 >  # We make all targets depend on the Makefiles themselves.\r
105 >  global_deps = Makefile Makefile.config Makefile.local \\r
106 > diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local\r
107 > index 73aa963..e47219a 100644\r
108 > --- a/performance-test/Makefile.local\r
109 > +++ b/performance-test/Makefile.local\r
110 > @@ -2,7 +2,7 @@\r
111 >  \r
112 >  dir := performance-test\r
113 >  \r
114 > -include $(dir)/version.sh\r
115 > +include $(srcdir)/$(dir)/version.sh\r
116 >  \r
117 >  TIME_TEST_SCRIPT := ${dir}/notmuch-time-test\r
118 >  MEMORY_TEST_SCRIPT := ${dir}/notmuch-memory-test\r
119 > -- \r
120 > 1.7.10.4\r
121 >\r
122 > _______________________________________________\r
123 > notmuch mailing list\r
124 > notmuch@notmuchmail.org\r
125 > http://notmuchmail.org/mailman/listinfo/notmuch\r