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)
Thu, Sep 18, 10:58 PM
Unknown Object (File)
Thu, Sep 18, 8:00 AM
Unknown Object (File)
Sep 16 2025, 9:43 PM
Unknown Object (File)
Sep 9 2025, 7:36 PM
Unknown Object (File)
Sep 6 2025, 12:34 PM
Unknown Object (File)
Aug 13 2025, 4:27 AM
Unknown Object (File)
Jul 26 2025, 10:42 AM
Unknown Object (File)
Jul 26 2025, 6:16 AM
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.