- Notifications
You must be signed in to change notification settings - Fork4.9k
Commiteb6569f
committed
Refactor dtrace postprocessing make rules
This is in preparation for building postgres with meson / ninja.Move the dtrace postprocessing sed commands into a separate file sothat it can be shared by meson. Also split the rule into two forproper dependency declaration.Reviewed-by: Andres Freund <andres@anarazel.de>Author: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/5e216522-ba3c-f0e6-7f97-5276d0270029@enterprisedb.com1 parentadba4b7 commiteb6569f
2 files changed
+22
-14
lines changedLines changed: 7 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 | 57 |
| |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
71 | 63 |
| |
72 |
| - | |
| 64 | + | |
| 65 | + | |
73 | 66 |
| |
74 | 67 |
| |
75 | 68 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + |
0 commit comments
Comments
(0)