- Notifications
You must be signed in to change notification settings - Fork5
Commitacb9198
committed
Make distprep and *clean build targets recurse into all subdirectories.
Certain subdirectories do not get built if corresponding options are notselected at configure time. However, "make distprep" should visit suchdirectories anyway, so that constructing derived files to be included inthe tarball happens without requiring all configure options to be givenin the tarball build script. Likewise, it's better if cleanup actionsunconditionally visit all directories (for example, this ensures propercleanup if someone has done a manual make in such a subdirectory).To handle this, set up a convention that subdirectories that areconditionally included in SUBDIRS should be added to ALWAYS_SUBDIRSinstead when they are excluded.Back-patch to 9.1, so that plpython's spiexceptions.h will get providedin 9.1 tarballs. There don't appear to be any instances where distprepactions got missed in previous releases, and anyway this fix requiresgmake 3.80 so we don't want to apply it before 9.1.1 parent19b7fac commitacb9198
File tree
5 files changed
+48
-14
lines changed- contrib
- src
- bin
- pl
- plpython
5 files changed
+48
-14
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
| 56 | + | |
55 | 57 |
| |
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
| 61 | + | |
| 62 | + | |
59 | 63 |
| |
60 | 64 |
| |
61 | 65 |
| |
62 | 66 |
| |
| 67 | + | |
| 68 | + | |
63 | 69 |
| |
64 | 70 |
| |
65 | 71 |
| |
66 | 72 |
| |
| 73 | + | |
| 74 | + | |
67 | 75 |
| |
68 | 76 |
| |
69 | 77 |
| |
70 | 78 |
| |
71 | 79 |
| |
72 | 80 |
| |
73 | 81 |
| |
| 82 | + |
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
| |||
603 | 605 |
| |
604 | 606 |
| |
605 | 607 |
| |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
606 | 618 |
| |
607 | 619 |
| |
608 | 620 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
| 26 | + |
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
| 25 | + | |
| 26 | + | |
23 | 27 |
| |
24 | 28 |
| |
25 | 29 |
| |
26 | 30 |
| |
| 31 | + | |
| 32 | + | |
27 | 33 |
| |
28 | 34 |
| |
29 | 35 |
| |
| 36 | + |
Lines changed: 15 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 | 98 |
| |
105 | 99 |
| |
106 |
| - | |
107 |
| - | |
108 | 100 |
| |
109 | 101 |
| |
110 | 102 |
| |
| |||
151 | 143 |
| |
152 | 144 |
| |
153 | 145 |
| |
154 |
| - | |
| 146 | + | |
155 | 147 |
| |
156 | 148 |
| |
157 | 149 |
| |
158 | 150 |
| |
159 | 151 |
| |
160 |
| - | |
| 152 | + | |
161 | 153 |
| |
162 | 154 |
| |
163 | 155 |
| |
| |||
170 | 162 |
| |
171 | 163 |
| |
172 | 164 |
| |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 | 165 |
| |
177 | 166 |
| |
178 | 167 |
| |
| |||
183 | 172 |
| |
184 | 173 |
| |
185 | 174 |
| |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + |
0 commit comments
Comments
(0)