pgsql: Fix the makefiles to fail cleanly if Perl is needed but not - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix the makefiles to fail cleanly if Perl is needed but not
Date
Msg-id 20090623034600.ADEB975331E@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: scrappy@postgresql.org (Marc G. Fournier)
Date:
Subject: pgsql: bundle RC2
Next
From: dim@pgfoundry.org (User Dim)
Date:
Subject: prefix - prefix: 1.0 release candidate