|
From: Bodo W. <bod...@we...> - 2025-12-09 17:22:18
|
> This problem affects out-of-tree builds. There is a race condition > between different threads copying and deleting the same source file into > the build tree for different library variants being built in parallel. Without having looked into details, but with decades experience with Makefile projects on common levels: Is this actually the anti-pattern of copying source files around? Or even moving generated files around? This always feels brittle, and a clean dependency tree could be the solution… I believe in static and unique locations for all files. -Bodo |