1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Add FAQ text about Makefile.custom:

<P><I>src/Makefile.custom</I> can be used to set environment variables,
    like <I>CUSTOM_COPT</I>, that are used for every compile.
This commit is contained in:
Bruce Momjian
2007-02-19 23:45:38 +00:00
parent c62de15bec
commit 077d753a57
2 changed files with 13 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1>
<P>Last updated: Thu Jan 4 16:00:00 EST 2007</P>
<P>Last updated: Mon Feb 19 18:44:29 EST 2007</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -120,10 +120,13 @@
<P>Some developers use compilers from other software vendors with
mixed results.</P>
<P>Developers who are regularly rebuilding the source often pass
the --enable-depend flag to <I>configure</I>. The result is that
when you make a modification to a C header file, all files depend
upon that file are also rebuilt.</P>
<P>Developers who regularly rebuild the source often pass the
--enable-depend flag to <I>configure</I>. The result is that when you
make a modification to a C header file, all files depend upon that
file are also rebuilt.</P>
<P><I>src/Makefile.custom</I> can be used to set environment variables,
like <I>CUSTOM_COPT</I>, that are used for every compile.
<H3 id="item1.3">1.3) What areas need work?</H3>
Outstanding features are detailed in the TODO list. This is located