Re: Templates

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Templates
Date: 2000-07-10 14:57:33
Message-ID: 3969E45D.190C39BB@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 2) Template settings clobber user settings. I expect to be able to write
> CFLAGS='-g -pipe' ./configure, but configure will ingore my CFLAGS
> setting. The only way to change the CFLAGS is to edit Makefile.global,
> which is not an nice thing to invite users to.

Just a detail here: Makefile.custom can be used to modify makefile
variables, so Makefile.global never needs to be touched. I manipulate
CFLAGS and other makefile variables using Makefile.custom. As we fix up
./configure, I would hope that we retain this, or a similar, capability.

- Thomas

In response to

  • Templates at 2000-07-10 13:13:08 from eisentrp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2000-07-10 15:03:09 Re: Templates
Previous Message Tom Lane 2000-07-10 14:45:52 Re: Progress report: intraquery memory recovery in executor