From 34404125277e93e8b08d64e9e2752e1dc5ccbf7e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 19 Apr 2012 11:58:58 +2100 Subject: [PATCH 1/1] Re: [PATCH] vim: simplify build --- 89/b8c5cf4a23a91dfe963a051c1063cb8d8f2866 | 75 +++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 89/b8c5cf4a23a91dfe963a051c1063cb8d8f2866 diff --git a/89/b8c5cf4a23a91dfe963a051c1063cb8d8f2866 b/89/b8c5cf4a23a91dfe963a051c1063cb8d8f2866 new file mode 100644 index 000000000..e0d2338ce --- /dev/null +++ b/89/b8c5cf4a23a91dfe963a051c1063cb8d8f2866 @@ -0,0 +1,75 @@ +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 F1C01431FB6 + for ; Wed, 18 Apr 2012 07:59:15 -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 W1CRe+15sKcQ for ; + Wed, 18 Apr 2012 07:59:12 -0700 (PDT) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 08ADD431FAE + for ; Wed, 18 Apr 2012 07:59:12 -0700 (PDT) +Received: from fctnnbsc30w-156034089108.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.89.108] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) + (Exim 4.72) (envelope-from ) + id 1SKWLY-0002LR-8y; Wed, 18 Apr 2012 11:59:08 -0300 +Received: from bremner by zancas.localnet with local (Exim 4.77) + (envelope-from ) + id 1SKWLS-0000rY-W5; Wed, 18 Apr 2012 11:58:59 -0300 +From: David Bremner +To: Felipe Contreras , + Tomi Ollila +Subject: Re: [PATCH] vim: simplify build +In-Reply-To: + +References: <1334751115-7216-1-git-send-email-felipe.contreras@gmail.com> + + +User-Agent: Notmuch/0.12+113~gde05574 (http://notmuchmail.org) Emacs/23.3.1 + (x86_64-pc-linux-gnu) +Date: Wed, 18 Apr 2012 11:58:58 -0300 +Message-ID: <871unlgk7h.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-Spam_bar: - +Cc: notmuch@notmuchmail.org +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: Wed, 18 Apr 2012 14:59:16 -0000 + +Felipe Contreras writes: +>> If this is not an issue, then LGTM. +> +> I don't know, I have always used $(PWD), unless anybody else prefers +> $(CURDIR), I'll push that. + +I think CURDIR is better; if only because it is the standard (GNU) make +way of doing things [1]. I'm not sure if there is a functional +difference or not. At least CURDIR definitely works with make -C [2] + +d + + +[1]: http://www.gnu.org/software/make/manual/make.html#Recursion +[2]: http://www.gnu.org/software/make/manual/make.html#Options-Summary -- 2.26.2