diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-19 23:45:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-19 23:45:38 +0000 |
commit | 077d753a57e0987c0976b6203f468ab31f72d29b (patch) | |
tree | 055d80be0a8f85433fa31cd52c695a4637b6d31b /doc/src | |
parent | c62de15becf0b67a60ff32f71ecc041f015bdad5 (diff) | |
download | postgresql-077d753a57e0987c0976b6203f468ab31f72d29b.tar.gz postgresql-077d753a57e0987c0976b6203f468ab31f72d29b.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 0cdffa28722..ff6e461ba4b 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -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 |