Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 0b / 5cc04c730b192804d717d117151ab55c9ec980
1 Return-Path: <rlb@defaultvalue.org>\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 04600431FB6\r
6         for <notmuch@notmuchmail.org>; Fri, 28 Jan 2011 15:18:19 -0800 (PST)\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=unavailable\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 fg6ltwZ5R4mZ for <notmuch@notmuchmail.org>;\r
16         Fri, 28 Jan 2011 15:18:18 -0800 (PST)\r
17 Received: from defaultvalue.org (defaultvalue.org [70.85.129.156])\r
18         by olra.theworths.org (Postfix) with ESMTP id D5B9D431FB5\r
19         for <notmuch@notmuchmail.org>; Fri, 28 Jan 2011 15:18:18 -0800 (PST)\r
20 Received: from omen.defaultvalue.org (localhost [127.0.0.1])\r
21         by defaultvalue.org (Postfix) with ESMTP id 43A1F90D34;\r
22         Fri, 28 Jan 2011 17:18:17 -0600 (CST)\r
23 Received: from raven.defaultvalue.org (raven.defaultvalue.org [192.168.1.7])\r
24         by omen.defaultvalue.org (Postfix) with ESMTP id 12E995018F;\r
25         Fri, 28 Jan 2011 17:18:17 -0600 (CST)\r
26 Received: by raven.defaultvalue.org (Postfix, from userid 1000)\r
27         id 01FD67BA543; Fri, 28 Jan 2011 17:18:16 -0600 (CST)\r
28 From: Rob Browning <rlb@defaultvalue.org>\r
29 To: Carl Worth <cworth@cworth.org>\r
30 Subject: Re: [PATCH] Have to configure and build inside the source directory.\r
31 References: <1294747284-18791-1-git-send-email-thomas@schwinge.name>\r
32         <87bp30n3sc.fsf@yoom.home.cworth.org>\r
33 Date: Fri, 28 Jan 2011 17:18:16 -0600\r
34 In-Reply-To: <87bp30n3sc.fsf@yoom.home.cworth.org> (Carl Worth's message of\r
35         "Sat, 29 Jan 2011 06:58:59 +1000")\r
36 Message-ID: <87ei7wty6f.fsf@raven.defaultvalue.org>\r
37 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 Cc: notmuch@notmuchmail.org, Thomas Schwinge <thomas@schwinge.name>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Fri, 28 Jan 2011 23:18:19 -0000\r
54 \r
55 Carl Worth <cworth@cworth.org> writes:\r
56 \r
57 > What do other build systems generally do when running configure from\r
58 > some other directory? Copy/link the Makefiles and then construct them\r
59 > carefully such that they can find all the source files?\r
60 \r
61 I think the use of GNU make VPATH is fairly common.  For example, I\r
62 believe the autotools build a tree that matches the srcdir structure and\r
63 add Makefiles that contain something like this:\r
64 \r
65   VPATH = ../../wherever/notmuch/thisdir\r
66   ...\r
67 \r
68 Of course, given that, the build tree doesn't include any source files.\r
69 \r
70 FWIW\r
71 -- \r
72 Rob Browning\r
73 rlb @defaultvalue.org and @debian.org\r
74 GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4\r