[Bug 275030] buildworld fails if obj dir is NFS-mounted [patch]

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 19 Nov 2023 17:46:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275030

--- Comment #12 from Martin Birgmeier <d8zNeCFG@aon.at> ---
(In reply to Warner Losh from comment #11)

How about doing the copy only if the existing target differs from the source?
Something like "cmp -s a b || cp a b". Would that be sufficient to satisfy meta
mode?

-- Martin

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