Page MenuHomeFreeBSD

Fix -DNO_CLEAN amd64 build after r340463
ClosedPublic

Authored by arichardson on Nov 18 2018, 10:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 22, 9:08 PM
Unknown Object (File)
Oct 8 2024, 7:46 AM
Unknown Object (File)
Oct 5 2024, 6:31 AM
Unknown Object (File)
Oct 5 2024, 5:01 AM
Unknown Object (File)
Oct 4 2024, 5:15 AM
Unknown Object (File)
Oct 3 2024, 4:01 PM
Unknown Object (File)
Oct 1 2024, 5:41 PM
Unknown Object (File)
Sep 29 2024, 10:05 PM
Subscribers

Details

Summary

Without this change I got the following error:
clang-7: error: no such file or directory: '/Users/alex/cheri/freebsd-master/lib/libc/amd64/string/bzero.S'

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Are you sure that on your box a *failing* -DNO_CLEAN starts building again with this change? Are you using meta-mode? I had a similar change locally and the build kept failing anyway, no meta-mode though.

It worked afterward I made this change but I'm not 100% certain that it was because of this patch (not using META_MODE).

So I retested with your change. a failing build indeed is fixed. Perhaps my original change had a typo or compatible. Thanks.

This revision is now accepted and ready to land.Nov 18 2018, 2:21 PM
This revision was automatically updated to reflect the committed changes.