pgsql: Fix the makefiles to fail cleanly if Perl is needed but not

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix the makefiles to fail cleanly if Perl is needed but not
Дата
Msg-id 20090623034600.ADEB975331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix the makefiles to fail cleanly if Perl is needed but not present.  This
used to work as intended, but got broken some time ago (a quoted empty string
is not an empty string), and got broken some more by the changes to generate
ecpg's preproc.y automatically.  Given all the unprotected uses of $(PERL)
elsewhere, it seems best to make use of the $(missing) script rather than
trying to ensure each such use is protected individually.  Also fix various
bits of documentation that omitted to mention Perl as a requirement for
building from a CVS pull.  Per a complaint from Robert Haas.

Modified Files:
--------------
    pgsql:
        README.CVS (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/README.CVS?r1=1.3&r2=1.4)
    pgsql/config:
        missing (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/missing?r1=1.4&r2=1.5)
    pgsql/doc/src/sgml:
        cvs.sgml (r1.50 -> r1.51)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cvs.sgml?r1=1.50&r2=1.51)
        installation.sgml (r1.324 -> r1.325)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.324&r2=1.325)
    pgsql/src:
        Makefile.global.in (r1.253 -> r1.254)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in?r1=1.253&r2=1.254)
    pgsql/src/bin/psql:
        Makefile (r1.62 -> r1.63)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/Makefile?r1=1.62&r2=1.63)

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

Предыдущее
От: scrappy@postgresql.org (Marc G. Fournier)
Дата:
Сообщение: pgsql: bundle RC2
Следующее
От: dim@pgfoundry.org (User Dim)
Дата:
Сообщение: prefix - prefix: 1.0 release candidate