Re: Contrib PROGRAM problem - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Contrib PROGRAM problem
Date
Msg-id 50FA2B74.30402@dunslane.net
Whole thread Raw
In response to Re: Contrib PROGRAM problem  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Contrib PROGRAM problem
List pgsql-hackers
On 01/18/2013 11:59 PM, Peter Eisentraut wrote:
> The above is the way it's done everywhere else in the source tree.
>
> I think the reason this works is that either make or the system call
> that make uses is aware of this naming issue somehow.


Oh, hmm, all these years playing with this stuff and I never realized 
msys make had these smarts built in, as it apparently does:
   $ cat xx.make   foo:            touch foo.exe   $ make -f xx.make   touch foo.exe
   $ make -f xx.make   make: `foo' is up to date.


Sorry for the noise.

cheers

andrew




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Contrib PROGRAM problem
Next
From: Jaime Casanova
Date:
Subject: Re: [PATCH]Tablesample Submission