forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc61db5b
committed
Simplify build/install process for bki and description files. There's
no reason for them to be copied into src/backend rather than beinginstalled straight from the catalog subdirectory. This also avoidssome peculiar behavior (bugs?) present in at least gmake 3.78.1: itwon't always update the bki files in backend/ even when the ones inbackend/catalog/ are newer.1 parent4863829 commitc61db5b
2 files changed
+24
-35
lines changedLines changed: 4 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
| 80 | + | |
83 | 81 |
| |
84 | 82 |
| |
85 | 83 |
| |
| |||
108 | 106 |
| |
109 | 107 |
| |
110 | 108 |
| |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 | 109 |
| |
120 | 110 |
| |
121 | 111 |
| |
| |||
148 | 138 |
| |
149 | 139 |
| |
150 | 140 |
| |
151 |
| - | |
152 |
| - | |
153 |
| - | |
| 141 | + | |
154 | 142 |
| |
155 | 143 |
| |
156 | 144 |
| |
| |||
203 | 191 |
| |
204 | 192 |
| |
205 | 193 |
| |
206 |
| - | |
207 |
| - | |
208 | 194 |
| |
209 | 195 |
| |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
| 196 | + | |
218 | 197 |
| |
219 | 198 |
| |
220 | 199 |
| |
|
Lines changed: 20 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
25 |
| - | |
| 27 | + | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
30 |
| - | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
| |||
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
40 |
| - | |
| 42 | + | |
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
| |||
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
54 | 66 |
| |
55 | 67 |
| |
56 | 68 |
| |
57 | 69 |
| |
58 |
| - | |
59 |
| - | |
| 70 | + | |
60 | 71 |
| |
61 | 72 |
| |
62 | 73 |
| |
63 | 74 |
| |
64 |
| - | |
|
0 commit comments
Comments
(0)