Обсуждение: Re: [COMMITTERS] pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...

Поиск
Список
Период
Сортировка

Re: [COMMITTERS] pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...

От
Thomas Lockhart
Дата:
(cc'd to -hackers; the topic is my accidentally committing a modified
Makefile, since recovered by Peter E.)

> ... Of course, no hardcoded paths would be even
> better...

It actually is a perl script, not a full-out standalone program. It
seems like we would need this to be a config item or at least capable of
being overridden with Makefile.custom.

Peter, how would you suggest we think about generalizing this?

                   - Thomas

Re: [COMMITTERS] pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...

От
Peter Eisentraut
Дата:
Thomas Lockhart writes:

> > ... Of course, no hardcoded paths would be even
> > better...
>
> It actually is a perl script, not a full-out standalone program. It
> seems like we would need this to be a config item or at least capable of
> being overridden with Makefile.custom.

Probably the latter, by putting ifdef's around the existing assignment.

I like to keep several stylesheet releases around, so I prefer the current
method of referring to the program via the stylesheet distribution's
top-level directory, because it makes it easier to switch everything by
changing a line in Makefile.custom.  This is especially important because
there were critical bug fixes in collateindex in the latest stylesheet
release (1.74b, I think), so it's good to know which one you're using
exactly and you probably don't want to use the thing in /usr/bin anyway.

-- 
Peter Eisentraut   peter_e@gmx.net



Re: [COMMITTERS] pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...

От
Thomas Lockhart
Дата:
> Probably the latter, by putting ifdef's around the existing assignment.

Should I commit an ifdef'd (actually, ifndef'd) version?
                    - Thomas