File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 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 who are regularly rebuilding the source often pass the
80+ Developers who regularly rebuild 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
Original file line number Diff line number Diff line change 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 (< A href =
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 < H3 id ="item1.3 "> 1.3) What areas need work?</ H3 >
129132 Outstanding features are detailed in the TODO list. This is located
You can’t perform that action at this time.
0 commit comments