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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the makefiles to fail cleanly if Perl is needed but not
Date: 2009-06-23 03:46:00
Message-ID: 20090623034600.ADEB975331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dim 2009-06-23 09:09:05 prefix - prefix: 1.0 release candidate
Previous Message Marc G. Fournier 2009-06-22 23:15:02 pgsql: bundle RC2