aboutsummaryrefslogtreecommitdiff
path: root/doc/policy
diff options
context:
space:
mode:
authorRyan Ofsky <ryan@ofsky.org>2022-05-25 11:40:51 -0400
committerRyan Ofsky <ryan@ofsky.org>2022-05-25 11:40:51 -0400
commit6e1c16c1442ab30694a3668b45af5bfd532f1e12 (patch)
tree8e42643d1c9f4da8cc15bdcc319125f9bb9db9e8 /doc/policy
parent90e49c1ececd6296c6ec6109cea525a208c0626e (diff)
downloadbitcoin-6e1c16c1442ab30694a3668b45af5bfd532f1e12.tar.xz
multiprocess build fix: ipc/capnp/init.capnp.h: No such file or directory
Error was reported by SatoriHoshiAiko in https://github.com/bitcoin/bitcoin/issues/25207 and happens unpredictably because make doesn't always build dependencies in the same order. The source file src/ipc/capnp/protocol.cpp includes some generated headers so needs to have an explicit dependency specified in the makefile so the headers will be generated before the file is compiled. #19160 added the explicit dependency, but it was incorrect because it referred to an old file path from before the source file was renamed (ipc.cpp -> protocol.cpp)
Diffstat (limited to 'doc/policy')
0 files changed, 0 insertions, 0 deletions