forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7353782
committed
Have dtrace depend on object files directly, not objfiles.txt
Per Mark Johnston, this resolves a build error on FreeBSD relatedto the fact that dtrace is modifying the generated object filesunder the hood. Consequently, without this, dtrace gets reinvokedat install time because the object files have been updated. Thisis a pretty hacky fix, but it shouldn't hurt anything, and it'snot clear that it's worth expending any more effort for a featurethat not too many people are using.Patch by Mark Johnston. This is arguably back-patchable as a bugfix to the build system, but I'm not certain enough of theconsequences to try that. Let's see what the buildfarm (andour packagers) think of this change on master first.1 parentb8dd19a commit7353782
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
192 |
| - | |
| 191 | + | |
| 192 | + | |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
|
0 commit comments
Comments
(0)