CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/17 11:07:58
Modified files:
share/mk : bsd.lib.mk
Log message:
rework the way we reconsturct the object file order for syspatches
this change drops the exclude regex and just simply checks if the
object files are actually available and then constucts a response
file which we pass for linking and this seems to be good enough
to have reproducible make build output (which is what we want here)
ok tb@
