Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/mk



Module Name:    src
Committed By:   riastradh
Date:           Wed Dec 17 01:33:21 UTC 2025

Modified Files:
        src/share/mk: bsd.kmodule.mk

Log Message:
bsd.kmodule.mk: Fix parallelism in debug data generation recipes.

In the recipe for foo.kmod.debug, don't overwrite foo.kmod in place.
Instead, generate foo.kmod.link with debug data included, and then
derive foo.kmod (no debug data) and foo.kmod.debug (only debug data)
from it in separate recipes.

Same issue as we had with bsd.lib.mk and bsd.prog.mk in the past.

PR toolchain/57241: mips64el--netbsd-install core dumps randomly


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/share/mk/bsd.kmodule.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index