Add FAQ text about Makefile.custom:
authorBruce Momjian
Mon, 19 Feb 2007 23:45:38 +0000 (23:45 +0000)
committerBruce Momjian
Mon, 19 Feb 2007 23:45:38 +0000 (23:45 +0000)
    

src/Makefile.custom can be used to set environment variables,
    like CUSTOM_COPT, that are used for every compile.

doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 8abc9c541db735d5e12886d61eb5d1146e9b634f..6c225c4074add2158d28714286242581359612b0 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Thu Jan 4 16:00:00 EST 2007
+   Last updated: Mon Feb 19 18:44:29 EST 2007
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -77,11 +77,14 @@ General Questions
    Some developers use compilers from other software vendors with mixed
    results.
    
-   Developers who are regularly rebuilding the source often pass the
+   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.
+   
   1.3) What areas need work?
   
    Outstanding features are detailed in the TODO list. This is located in
index 0cdffa28722f4054543ed2f9bca14348adcc91e2..ff6e461ba4bb3346390dc652b296d035636f1cd5 100644 (file)
@@ -13,7 +13,7 @@
     

Developer's Frequently Asked Questions (FAQ) for

     PostgreSQL
 
-    

Last updated: Thu Jan  4 16:00:00 EST 2007

+    

Last updated: Mon Feb 19 18:44:29 EST 2007

 
     

Current maintainer: Bruce Momjian (

     

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.
 
     1.3) What areas need work?
     Outstanding features are detailed in the TODO list. This is located