From e8ad6d9666fac0a4305406c96ec699806f171eb7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 23 Apr 2005 20:52:32 +0000 Subject: Move info about lack of depencency checking in Makefiles to developer's faq.q --- doc/src/FAQ/FAQ_DEV.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index a9ef832f29a..682af0ac4ff 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -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 (pgman@candle.pha.pa.us)
@@ -232,6 +232,12 @@

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?

-- cgit v1.2.3