NetBSD-Bugs archive

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

PR/57241 CVS commit: src/share/mk



The following reply was made to PR toolchain/57241; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57241 CVS commit: src/share/mk
Date: Wed, 17 Dec 2025 01:33:21 +0000

 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