forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1a40485
committed
Fix pgxs.mk to not try to build generated headers in external builds.
Per Julien Rouhaud and the buildfarm. This is not quite Julien'spatch: there's no need to lobotomize this build rule when buildingcontrib modules in-tree, so set NO_GENERATED_HEADERS only if PGXS.In passing, also set NO_TEMP_INSTALL in external builds. This doesn'tseem to be fixing any live bug, because "make check" in an externalbuild just produces the expected error message without first trying tomake a temp install ... but it's far from obvious why it doesn't, sothis change seems like good future-proofing.Julien Rouhaud and Tom LaneDiscussion:https://postgr.es/m/CAOBaU_YH=g68opbbMk8is3jNwhoXGa8ckRSre1nx0Obe1C7i-Q@mail.gmail.com1 parent29d7ebf commit1a40485
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 |
| |
66 | 72 |
| |
67 | 73 |
| |
| |||
75 | 81 |
| |
76 | 82 |
| |
77 | 83 |
| |
78 |
| - | |
| 84 | + | |
| 85 | + | |
79 | 86 |
| |
80 | 87 |
| |
81 | 88 |
| |
|
0 commit comments
Comments
(0)