NetBSD-Bugs archive

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

Re: toolchain/58226: errors in set tests



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

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/58226: errors in set tests
Date: Mon, 9 Jun 2025 09:34:05 +0200

 The reason we do not see this issues on non-update builds
 is probably this section from bsd.links.mk:
 
 # Handle case conflicts carefully, when _dst occurs
 # more than once after case flattening
 .if ${MKUPDATE} == "no" || ${LINKS:tl:M${_dst:tl:Q}:[\#]} > 1
 ${_t}!          ${_l} __linkinstall
 .else
 ${_t}:          ${_l} __linkinstall
 .endif
 
 
 so by always recreating the target ${_t} in the MKUPDATE=no case we avoid
 partial check sums.
 
 Maybe we should also use that branch when INSTPRIV.unpriv is not empty?
 
 Martin
 


Home | Main Index | Thread Index | Old Index