Move info about lack of depencency checking in Makefiles to developer's faq.q
authorBruce Momjian
Sat, 23 Apr 2005 20:52:32 +0000 (20:52 +0000)
committerBruce Momjian
Sat, 23 Apr 2005 20:52:32 +0000 (20:52 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index b30ff1337c74663ea128f7a398294f9463e85922..fa30d0524cb0916531b8050b26d52f09ef27a4d5 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Sat Apr 23 14:57:40 EDT 2005
+   Last updated: Sat Apr 23 16:52:14 EDT 2005
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -173,6 +173,11 @@ General Questions
    There have been a number of discussions about other testing frameworks
    and some developers are exploring these ideas.
    
+   Keep in mind the Makefiles do not have the proper dependencies for
+   include files. You have to do a make clean and then another make. If
+   you are using GCC you can use the --enable-depend option of configure
+   to have the compiler compute the dependencies automatically.
+   
   1.9) What tools are available for developers?
   
    First, all the files in the src/tools directory are designed for
index a9ef832f29ad4e45abb0205f7700a387132dcaa4..682af0ac4ffad7cefdeeeaf4005d226ba6be99a0 100644 (file)
@@ -13,7 +13,7 @@
     

Developer's Frequently Asked Questions (FAQ) for

     PostgreSQL
 
-    

Last updated: Sat Apr 23 14:57:40 EDT 2005

+    

Last updated: Sat Apr 23 16:52:14 EDT 2005

 
     

Current maintainer: Bruce Momjian (

     

There have been a number of discussions about other testing

     frameworks and some developers are exploring these ideas.

 
+    

Keep in mind the Makefiles do not have the proper

+    dependencies for include files. You have to do a make clean
+    and then another make. If you are using GCC
+    you can use the --enable-depend option of configure
+    to have the compiler compute the dependencies automatically.

+
     

1.9) What tools are available for

     developers?