pgsql: Change build of regress.so to use Makefile.shlib instead of

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change build of regress.so to use Makefile.shlib instead of
Date: 2005-07-25 00:58:28
Message-ID: 20050725005828.64CFF5289C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Change build of regress.so to use Makefile.shlib instead of depending
on the not-very-good .so pattern rules in the port-specific Makefiles.
(This leaves only pgxs' MODULES case needing those rules.) Also,
compile pgsleep.c locally and add it to regress.so to avoid failure
on AIX.

Modified Files:
--------------
pgsql/src/test/regress:
GNUmakefile (r1.50 -> r1.51)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/GNUmakefile.diff?r1=1.50&r2=1.51)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-07-25 04:52:32 pgsql: Awhile back we replaced all uses of strcasecmp and strncasecmp
Previous Message Tom Lane 2005-07-24 23:30:10 pgsql: Partial fixes for contrib build on AIX: include -lm where needed.