- Notifications
You must be signed in to change notification settings - Fork5
Commit44f64dd
committed
Makefile cleanup for interface tree. Now essentially with all the
standard targets and behaviour. Replaced Makefile.in's withMakefile's and declared the respective variables in Makefile.global.maintainer-clean target now available at top level, although it doesnot work in the backend tree yet.Cleanup pass over Makefile.shlib, renamed some targets and variables.The shared library symlink tests are now done by make, not the shell.ecpg: Remove one warning in sloppy flex output.PL/Perl and Perl interface: the MakeMaker documentation is confusing,the realclean target *does* "delete derived files", but it alsouninstalls them. Don't use that.The submake targets in the various bin directories that update libpqshould `make all', not `make libpq.a'. That is a) unportable, andb) doesn't build the shared library.1 parent5ac1eac commit44f64dd
File tree
32 files changed
+702
-754
lines changed- src
- bin
- pg_dump
- pg_encoding
- pgaccess
- psql
- interfaces
- ecpg
- include
- lib
- preproc
- libpgeasy
- libpgtcl
- libpq
- libpq++
- odbc
- perl5
- python
- pl
- plperl
- plpgsql/src
32 files changed
+702
-754
lines changedLines changed: 8 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 7 | + | |
11 | 8 |
| |
12 |
| - | |
| 9 | + | |
13 | 10 |
| |
14 | 11 |
| |
15 | 12 |
| |
| |||
19 | 16 |
| |
20 | 17 |
| |
21 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 | 30 |
| |
34 | 31 |
| |
35 | 32 |
| |
|
Lines changed: 1 addition & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2363 | 2363 |
| |
2364 | 2364 |
| |
2365 | 2365 |
| |
2366 |
| - | |
| 2366 | + | |
2367 | 2367 |
| |
2368 | 2368 |
| |
2369 | 2369 |
| |
| |||
8883 | 8883 |
| |
8884 | 8884 |
| |
8885 | 8885 |
| |
8886 |
| - | |
8887 |
| - | |
8888 |
| - | |
8889 |
| - | |
8890 |
| - | |
8891 |
| - | |
8892 |
| - | |
8893 |
| - | |
8894 |
| - | |
8895 |
| - | |
8896 | 8886 |
| |
8897 | 8887 |
| |
8898 | 8888 |
| |
| |||
9067 | 9057 |
| |
9068 | 9058 |
| |
9069 | 9059 |
| |
9070 |
| - | |
9071 |
| - | |
9072 |
| - | |
9073 |
| - | |
9074 |
| - | |
9075 |
| - | |
9076 |
| - | |
9077 |
| - | |
9078 |
| - | |
9079 |
| - | |
9080 | 9060 |
| |
9081 | 9061 |
| |
9082 | 9062 |
| |
|
Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1202 | 1202 |
| |
1203 | 1203 |
| |
1204 | 1204 |
| |
1205 |
| - | |
1206 |
| - | |
1207 |
| - | |
1208 |
| - | |
1209 |
| - | |
1210 |
| - | |
1211 |
| - | |
1212 |
| - | |
1213 |
| - | |
1214 |
| - | |
1215 | 1205 |
| |
1216 | 1206 |
| |
1217 | 1207 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Lines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
| 90 | + | |
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
| |||
112 | 114 |
| |
113 | 115 |
| |
114 | 116 |
| |
| 117 | + | |
115 | 118 |
| |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
116 | 125 |
| |
117 | 126 |
| |
118 | 127 |
| |
| |||
172 | 181 |
| |
173 | 182 |
| |
174 | 183 |
| |
| 184 | + | |
| 185 | + | |
175 | 186 |
| |
176 | 187 |
| |
177 | 188 |
| |
| |||
260 | 271 |
| |
261 | 272 |
| |
262 | 273 |
| |
| 274 | + | |
263 | 275 |
| |
264 | 276 |
| |
265 | 277 |
| |
266 | 278 |
| |
267 | 279 |
| |
268 |
| - | |
269 | 280 |
|
0 commit comments
Comments
(0)