Edit

IABSD.fr/src/share/mk

Branch :

  • Show log

    Commit

  • Author : robert
    Date : 2026-03-17 17:07:58
    Hash : 56319230
    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@