Re: Contrib PROGRAM problem

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Contrib PROGRAM problem
Дата
Msg-id 50FA2B74.30402@dunslane.net
обсуждение исходный текст
Ответ на Re: Contrib PROGRAM problem  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Contrib PROGRAM problem  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Contrib PROGRAM problem
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: [PATCH]Tablesample Submission