utils C files

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: utils C files
Date: 2002-07-15 21:31:00
Message-ID: 200207152131.g6FLV0218350@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

I have applied the following diff to make the sharing of C files among
modules more sane. Instead of having configure.in set the file name to
strdup.o and have the Makefiles specify the path, I set it to the full
path $(top_builddir)/src/utils/strdup.o and have the makefiles use
that directly, rather than going through with 'make -c dirname
filename'.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 10.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2002-07-15 21:53:29 Re: Unused system table columns
Previous Message Tom Lane 2002-07-15 20:46:44 HeapTuple header changes cause core dumps in CVS tip

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-07-15 22:54:09 Re: [PATCHES] CLUSTER not lose indexes
Previous Message shockwave 2002-07-15 10:57:10