Commit 80dc922
committed
665d1fd Make `mpgen` target independent from `multiprocess` one (Hennadii Stepanov)
Pull request description:
Instead of dependency `mpgen` on `multiprocess`, both of them can share the `util` object library.
This is a step towards ability to build and install `mpgen` and `multiprocess` independently, especially when [cross](bitcoin/bitcoin#25941) building.
ACKs for top commit:
ryanofsky:
Code review ACK 665d1fd. I like this change. No reason the code generator and runtime need to share all the same dependencies.
Tree-SHA512: 3194f66a0a62c7ec006ba4894ded2489da2fe08371d69eb9b74e210e3499c1231944690b3509955ef2e8d25ae0c9e88301ae8164732077b5236003f7b2e0627e
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
64 | | - | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| |||
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
79 | | - | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
87 | | - | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
0 commit comments