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 D8E77431FB6 for ; Wed, 18 Apr 2012 06:41:57 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 en7+v8+nTz60 for ; Wed, 18 Apr 2012 06:41:53 -0700 (PDT) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A5DCE431FAE for ; Wed, 18 Apr 2012 06:41:53 -0700 (PDT) Received: by eaa1 with SMTP id 1so3033150eaa.26 for ; Wed, 18 Apr 2012 06:41:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Ybl4HmRI8G23e3wuEPzomSqLqilkY/nU51U6DW+h6sg=; b=YhVJ62+8tAZjWP8mp0/TjvwTwysl+K4btDoum5UFWBoArFN+2sH5NyVDZiTDKYjjlP eEh5cx9f0BiLWhF+pH/C8dM9QqtmsHLDwCJ+p42ziE3z6kvCJ8FH9/NaOkfKpucIO9Fb cJjMlB6xat3atdlwzl2Tk/5U4vV+i7FzFXgHjuHrjzsPzut4q1/x/ZIfGmbDxq+5H1Cb 2NgJQdU6lU3QyNviBUlVtlro2TlIWYXb8LE+HnOhev6eL3x0ml8HQS56ErD+c8EEhHtI eRVH29PHKueg5l8gKAWfnGu3HyEX2iL3OCU3zQwRaJfHhQCTIYSdHA/lsbtkYWTiSfGP zFJQ== MIME-Version: 1.0 Received: by 10.213.108.147 with SMTP id f19mr207130ebp.162.1334756512180; Wed, 18 Apr 2012 06:41:52 -0700 (PDT) Received: by 10.213.19.67 with HTTP; Wed, 18 Apr 2012 06:41:52 -0700 (PDT) In-Reply-To: References: <1334751115-7216-1-git-send-email-felipe.contreras@gmail.com> Date: Wed, 18 Apr 2012 16:41:52 +0300 Message-ID: Subject: Re: [PATCH] vim: simplify build From: Felipe Contreras To: Tomi Ollila Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 13:41:58 -0000 On Wed, Apr 18, 2012 at 4:11 PM, Tomi Ollila wrote: > On Wed, Apr 18 2012, Felipe Contreras wrote: > >> There should be no functional changes, except that you don't need to >> make the directories before installing. >> >> Signed-off-by: Felipe Contreras >> --- > > Hmm, Where is $(PWD) make variable documented; I found only $(CURDIR) > anyway, te following test makefile works OK. > > all: > =C2=A0 =C2=A0 =C2=A0 =C2=A0echo $(PWD) > =C2=A0 =C2=A0 =C2=A0 =C2=A0echo $(CURDIR) > > (i.e. both echo the current directory) > > 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. --=20 Felipe Contreras