aboutsummaryrefslogtreecommitdiff
path: root/test/asan
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-08-13 12:28:09 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-08-13 12:31:54 +0000
commit336b6d11922ac3d080de50f789d40ff95b540cdf (patch)
treeb0bfda251f5b61ac3fbf249e1b7093bad6770a79 /test/asan
parentb54dcb897a5fa66ff1013d0ea403ed8894e34b8a (diff)
build: Use -f when copying sourcesHEADmain
If one of the source files we copy is non-writeable, cp will create a non-writeable copy. If the original is later modified, cp will fail to overwrite the copy since it is not writeable. Using cp -f ensures the copy always succeeds, as long as the object directory is writeable. MFC after: 1 week Sponsored by: Klara, Inc. Sponsored by: NetApp, Inc.
Diffstat (limited to 'test/asan')
0 files changed, 0 insertions, 0 deletions