Re: [HACKERS] Re: Configure problem, redux (was Re: TCL installation troubles)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: Configure problem, redux (was Re: TCL installation troubles)
Дата
Msg-id 199810272133.QAA01567@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: Configure problem, redux (was Re: TCL installation troubles)  (Brook Milligan <brook@trillium.NMSU.Edu>)
Ответы Re: [HACKERS] Re: Configure problem, redux (was Re: TCL installation troubles)
Список pgsql-hackers
>    The problem here is that you are duplicating the normal configure
>    processing in every Makefile that needs it.  This will get old very
>    fast, and hard to maintain.  configure does this already, and
>    automatically, in one place.  Yes, you must re-run configure, and you do
>    loose your changes, but pulling all the stuff into every Makefile seems
>    worse.
> 
> We are only doing this for the *.sql files because they don't have
> within them some ability to do argument expansion.  This is definitely
> not good for all the Makefiles or source code, both of which can get
> what they need in a single place (Makefile.global or config.h).  I am
> not advocating changing that.  In fact, I am agreeing with the idea of
> becoming more centralized for those parts of the code that can handle
> it, i.e., Makefiles and C source.

Oh.  :-)

I will go back to looking the other way.


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Brook Milligan
Дата:
Сообщение: Re: [HACKERS] Re: Configure problem, redux (was Re: TCL installation troubles)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] configure and cpp detection