pgsql: The Makefile was invoking perl scripts as ./script.pl.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The Makefile was invoking perl scripts as ./script.pl.
Date: 2006-02-24 13:25:44
Message-ID: 20060224132544.7F1C69DCA1D@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The Makefile was invoking perl scripts as ./script.pl. This fails when
the script is not executable as UCS_to_most.pl is in CVS. It also won't
pick up any custom setting of the perl version/location to use. This
patch calls perl scripts like $(PERL) $(srcdir)/script.pl.

Kris Jurka

Modified Files:
--------------
pgsql/src/backend/utils/mb/Unicode:
Makefile (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/Unicode/Makefile.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-24 14:03:01 pgsql: Mention that the archive history file has the wal start/stop file
Previous Message User Okbob 2006-02-24 05:32:03 orafce - orafce: typo clearing