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

Commit077d753

Browse files
committed
Add FAQ text about Makefile.custom:
<P><I>src/Makefile.custom</I> can be used to set environment variables, like <I>CUSTOM_COPT</I>, that are used for every compile.
1 parentc62de15 commit077d753

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

‎doc/FAQ_DEV

Lines changed: 5 additions & 2 deletions
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:Thu Jan 4 16:00:00 EST 2007
4+
Last updated:Mon Feb 19 18:44:29 EST 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -77,11 +77,14 @@ General Questions
7777
Some developers use compilers from other software vendors with mixed
7878
results.
7979

80-
Developers whoareregularlyrebuilding the source often pass the
80+
Developers who regularlyrebuild the source often pass the
8181
--enable-depend flag to configure. The result is that when you make a
8282
modification to a C header file, all files depend upon that file are
8383
also rebuilt.
8484

85+
src/Makefile.custom can be used to set environment variables, like
86+
CUSTOM_COPT, that are used for every compile.
87+
8588
1.3) What areas need work?
8689

8790
Outstanding features are detailed in the TODO list. This is located in

‎doc/src/FAQ/FAQ_DEV.html

Lines changed: 8 additions & 5 deletions
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:Thu Jan 4 16:00:00 EST 2007</P>
16+
<P>Last updated:Mon Feb 19 18:44:29 EST 2007</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<Ahref=
1919
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -120,10 +120,13 @@ <H3 id="item1.2">1.2) What development environment is required
120120
<P>Some developers use compilers from other software vendors with
121121
mixed results.</P>
122122

123-
<P>Developers who are regularly rebuilding the source often pass
124-
the --enable-depend flag to<I>configure</I>. The result is that
125-
when you make a modification to a C header file, all files depend
126-
upon that file are also rebuilt.</P>
123+
<P>Developers who regularly rebuild the source often pass the
124+
--enable-depend flag to<I>configure</I>. The result is that when you
125+
make a modification to a C header file, all files depend upon that
126+
file are also rebuilt.</P>
127+
128+
<P><I>src/Makefile.custom</I> can be used to set environment variables,
129+
like<I>CUSTOM_COPT</I>, that are used for every compile.
127130

128131
<H3id="item1.3">1.3) What areas need work?</H3>
129132
Outstanding features are detailed in the TODO list. This is located

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp