pgsql: Reorganize some of the exports list generation code.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reorganize some of the exports list generation code.
Date: 2008-02-26 10:45:25
Message-ID: 20080226104525.0F090754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Reorganize some of the exports list generation code. It seems that this
has been reinvented about four different times throughout history (aix,
cygwin, win32, darwin/linux) and a lot of the concepts are actually shared,
which the code now shows better.

Modified Files:
--------------
pgsql/src:
Makefile.shlib (r1.111 -> r1.112)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib?r1=1.111&r2=1.112)
pgsql/src/makefiles:
Makefile.aix (r1.26 -> r1.27)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.aix?r1=1.26&r2=1.27)

Browse pgsql-committers by date

  From Date Subject
Next Message User Pgunittest 2008-02-26 11:04:15 pgunittest - pgUnitTest_Rnd:
Previous Message Peter Eisentraut 2008-02-26 10:30:07 pgsql: Escape # character in variable assignment