NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/58771 (missing dependency breaks parallel build)
Synopsis: missing dependency breaks parallel build
State-Changed-From-To: open->feedback
State-Changed-By: lukem%NetBSD.org@localhost
State-Changed-When: Sat, 23 Nov 2024 07:42:58 +0000
State-Changed-Why:
I've committed a fix that may help, and I couldn't get a make -j 20
build to fail with it.
The previous Makefile did have a dependency on SRC.ts by SRC_asn1.h
in a separate rule, but I'm not sure why that didn't work for you.
I just split up the rules so that the creation of the subsidiary
.h and -priv.h files have their own targets now.
I also added MAKEVERBOSE support to make (heh) it more obvious.
Does this help?
Home |
Main Index |
Thread Index |
Old Index