OSDN Git Service

Fix the makefiles to fail cleanly if Perl is needed but not present. This
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Jun 2009 03:46:00 +0000 (03:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Jun 2009 03:46:00 +0000 (03:46 +0000)
commit8d355d7bbfea045415afe66a30e321d4621cc1b9
tree294bc866913ee84655c0d6a44a7d7287c10f47a1
parentbc00ceb159624ab1e4125995a64b318e6c2b1157
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.
README.CVS
config/missing
doc/src/sgml/cvs.sgml
doc/src/sgml/installation.sgml
src/Makefile.global.in
src/bin/psql/Makefile