Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8ad6d9

Browse files
committed
Move info about lack of depencency checking in Makefiles to developer's faq.q
1 parentf7e514d commite8ad6d9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

‎doc/FAQ_DEV

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Sat Apr 2314:57:40 EDT 2005
4+
Last updated: Sat Apr 2316:52:14 EDT 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -173,6 +173,11 @@ General Questions
173173
There have been a number of discussions about other testing frameworks
174174
and some developers are exploring these ideas.
175175

176+
Keep in mind the Makefiles do not have the proper dependencies for
177+
include files. You have to do a make clean and then another make. If
178+
you are using GCC you can use the --enable-depend option of configure
179+
to have the compiler compute the dependencies automatically.
180+
176181
1.9) What tools are available for developers?
177182

178183
First, all the files in the src/tools directory are designed for

‎doc/src/FAQ/FAQ_DEV.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated: Sat Apr 2314:57:40 EDT 2005</P>
16+
<P>Last updated: Sat Apr 2316:52:14 EDT 2005</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<Ahref=
1919
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -232,6 +232,12 @@ <H3><A name="1.8">1.8</A>) How do I test my changes?</H3>
232232
<P>There have been a number of discussions about other testing
233233
frameworks and some developers are exploring these ideas.</P>
234234

235+
<P>Keep in mind the<I>Makefiles</I> do not have the proper
236+
dependencies for include files. You have to do a<I>make clean</I>
237+
and then another<I>make</I>. If you are using<SMALL>GCC</SMALL>
238+
you can use the<I>--enable-depend</I> option of<I>configure</I>
239+
to have the compiler compute the dependencies automatically.</P>
240+
235241
<H3><Aname="1.9">1.9</A>) What tools are available for
236242
developers?</H3>
237243

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp