git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Ben Walton <bwalton@artsci.utoronto.ca>
Cc: GIT List <git@vger.kernel.org>
Subject: Re: [PATCH] documentation: Makefile accounts for SHELL_PATH setting
Date: Sun, 22 Mar 2009 02:19:46 -0400	[thread overview]
Message-ID: <20090322061946.GC14765@coredump.intra.peff.net> (raw)
In-Reply-To: <1237635198-sup-2111@ntdws12.chass.utoronto.ca>

On Sat, Mar 21, 2009 at 07:38:35AM -0400, Ben Walton wrote:

> I used the ifndef/endif setup becuase that's how the PERL_PATH was set
> and also becuase I think it's slightly more explicit.  I'm ok with ?=

I can't think of any reason why the two would not be equivalent
functionally. I would generally use ?= because it is more portable, but
we are inextricably bound to gmake at this point, so I don't think that
matters. So I don't have a strong preference.

> > but maybe it is not worth caring about (since it may complicate building
> > Documentation if you _haven't_ build the actual code).
> 
> In my case, I'm using the configure script and then running make,
> which sees the Documentation/Makefile source in the ../config.mak
> files, so there may be some variance between pure make and make +
> autoconf in this respect.  I hadn't looked at it in that light.
> Should this be reconciled too?

Oh, right, I forgot that it pulls in config.mak. So it is really a
non-issue if you are putting SHELL_PATH in your config.mak (or defining
it via autoconf). So nevermind my ramblings in that direction.

I think it should be fine to just resend your patch with:

  1. default to $(SHELL)

  2. quote $(SHELL_PATH) as appropriate

-Peff

  reply	other threads:[~2009-03-22  6:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-21  2:40 [PATCH] documentation: Makefile accounts for SHELL_PATH setting Ben Walton
2009-03-21  3:22 ` Jeff King
2009-03-21 11:38   ` Ben Walton
2009-03-22  6:19     ` Jeff King [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-22 13:20 Ben Walton
2009-03-23  6:57 ` Jeff King
2009-03-23 12:57   ` Ben Walton
2009-03-23 14:03     ` Jeff King
2009-03-23 14:12       ` Mike Hommey
2009-04-10  0:34 ` Nanako Shiraishi
2009-04-11 20:42   ` Junio C Hamano
2009-04-12  1:49     ` Ben Walton
2009-04-12  8:28       ` Junio C Hamano
2009-04-13 14:21         ` Ben Walton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090322061946.GC14765@coredump.intra.peff.net \
    --to=peff@peff.net \
    --cc=bwalton@artsci.utoronto.ca \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).