[Bug 261215] objcopy fails to work on itself which make buildworld with NO_CLEAN fail

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 16 Aug 2024 15:22:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261215

--- Comment #3 from Andriy Gapon <avg@FreeBSD.org> ---
Possible solution is to use

STRICTTMPPATH= 
${XPATH}:${BPATH}${UNIVERSE_TOOLCHAIN_PATH:D\:${UNIVERSE_TOOLCHAIN_PATH}}

so that a column is appended only if UNIVERSE_TOOLCHAIN_PATH is actually set.
Maybe :? would be better than :D or there is some other better way to achieve
the result,
but I am not very good with make-fu.

-- 
You are receiving this mail because:
You are the assignee for the bug.