aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-06-23 03:46:00 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-06-23 03:46:00 +0000
commit8d355d7bbfea045415afe66a30e321d4621cc1b9 (patch)
tree294bc866913ee84655c0d6a44a7d7287c10f47a1 /src/backend/access/gist
parentbc00ceb159624ab1e4125995a64b318e6c2b1157 (diff)
downloadpostgresql-8d355d7bbfea045415afe66a30e321d4621cc1b9.tar.gz
postgresql-8d355d7bbfea045415afe66a30e321d4621cc1b9.zip
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.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions