diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-04-23 20:52:32 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-04-23 20:52:32 +0000 |
commit | e8ad6d9666fac0a4305406c96ec699806f171eb7 (patch) | |
tree | ad5bce235f6c3e26c4dfaabec343f5856a8d74d5 /doc/FAQ_DEV | |
parent | f7e514d01017a2b56db9d0c970d5e22982545715 (diff) | |
download | postgresql-e8ad6d9666fac0a4305406c96ec699806f171eb7.tar.gz postgresql-e8ad6d9666fac0a4305406c96ec699806f171eb7.zip |
Move info about lack of depencency checking in Makefiles to developer's faq.q
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index b30ff1337c7..fa30d0524cb 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -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 (pgman@candle.pha.pa.us) @@ -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 |