Re: Templates - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Templates
Date
Msg-id 3969E45D.190C39BB@alumni.caltech.edu
Whole thread Raw
In response to Templates  (eisentrp@csis.gvsu.edu)
Responses Re: Templates  (eisentrp@csis.gvsu.edu)
List 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


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: AW: Re: postgres TODO
Next
From: "Oliver Elphick"
Date:
Subject: Re: Templates