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)
Feb 20 2024, 11:33 PM
Unknown Object (File)
Dec 20 2023, 2:57 AM
Unknown Object (File)
Aug 27 2023, 6:56 AM
Unknown Object (File)
Aug 13 2023, 6:18 AM
Unknown Object (File)
Aug 4 2023, 7:33 AM
Unknown Object (File)
Aug 4 2023, 7:27 AM
Unknown Object (File)
Aug 4 2023, 7:22 AM
Unknown Object (File)
Aug 4 2023, 3:24 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.