From 077d753a57e0987c0976b6203f468ab31f72d29b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Feb 2007 23:45:38 +0000 Subject: Add FAQ text about Makefile.custom:
src/Makefile.custom can be used to set environment variables, like CUSTOM_COPT, that are used for every compile. --- doc/src/FAQ/FAQ_DEV.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'doc/src') 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 @@
Last updated: Thu Jan 4 16:00:00 EST 2007
+Last updated: Mon Feb 19 18:44:29 EST 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -120,10 +120,13 @@
Some developers use compilers from other software vendors with mixed results.
-Developers who are regularly rebuilding the source often pass - the --enable-depend flag to configure. The result is that - when you make a modification to a C header file, all files depend - upon that file are also rebuilt.
+Developers who regularly rebuild the source often pass the + --enable-depend flag to configure. The result is that when you + make a modification to a C header file, all files depend upon that + file are also rebuilt.
+ +src/Makefile.custom can be used to set environment variables, + like CUSTOM_COPT, that are used for every compile.