pgsql: Add additional rules so that make init-po for ecpg gets up to

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add additional rules so that make init-po for ecpg gets up to
Date: 2008-09-19 13:08:08
Message-ID: 20080919130808.834727545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add additional rules so that make init-po for ecpg gets up to date flex and
bison output. Without these, make can sometimes be tempted to invoke its
built-in rules using lex and yacc, which can fail if those commands are not
available.

This was a main cause for the NLS web site breakage.

Modified Files:
--------------
pgsql/src/interfaces/ecpg:
nls.mk (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/nls.mk?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-09-19 14:43:46 pgsql: Mark SessionReplicationRole as PGDLLIMPORT so it can be used from
Previous Message Dave Page 2008-09-19 11:18:16 pginstaller - pginst: Update for 8.2.10