Re: pgsql (Makefile)

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: pgsql-committers@postgresql.org
Date: 2000-06-12T17:13:39Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> Bruce Momjian <pgman@candle.pha.pa.us> writes:
>>>> I have put back the old pgsql/Makefile, and added the same one to /src.
>> 
>> OK.  I think your commit messages arrived here out-of-order ...
>> I was confused about what was happening.

> Seems the problem is that src/Makefile disappeared, and I thought Peter
> was saying he auto-generated them from configure.  Actually, they are
> just beefed up.

Yes, the top-level Makefile still has the same old purpose of catching
people who try to use non-GNU make.  It's not auto-generated.

I think Peter was in error to remove src/Makefile --- it will still have
the same purpose, but for people who remember the old build procedure of
starting in pgsql/src.

Looks like things are good now.

			regards, tom lane