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)
Sat, Jun 6, 10:19 PM
Unknown Object (File)
Mon, May 18, 6:04 AM
Unknown Object (File)
Sun, May 10, 2:43 PM
Unknown Object (File)
May 8 2026, 6:58 PM
Unknown Object (File)
May 7 2026, 2:53 PM
Unknown Object (File)
May 1 2026, 10:37 PM
Unknown Object (File)
Apr 29 2026, 12:19 AM
Unknown Object (File)
Apr 28 2026, 6:25 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20874
Build 20250: arc lint + arc unit

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.