]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345351:
authorngie <ngie@FreeBSD.org>
Mon, 29 Apr 2019 20:53:20 +0000 (20:53 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 29 Apr 2019 20:53:20 +0000 (20:53 +0000)
commit641e6247886d2dc92ab7fb083611620eec1d0488
tree198a19f575ddc4f1490e228e55bc24781814b6d6
parent0244b3fb68e38959a779e1ddfd1181a145e77d06
MFC r345351:
r345351 (by bdrewery):

Build common kernel dependencies before modules.

This ensures files like genassym.o and awk/mfiles are generated before
descending into the modules build.  It may also allow some module builds
to not recreate files that are already present in the KERNBUILDDIR.

This fixes a rare build race where genassym.o is missing and assym.inc
is empty.

More work is planned around this to reduce some redundant dependency
generation in modules.

PR: 233339
sys/conf/kern.post.mk