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)
Fri, Sep 11, 3:11 AM
Unknown Object (File)
Mon, Sep 7, 2:43 PM
Unknown Object (File)
Sun, Sep 6, 1:20 PM
Unknown Object (File)
Sun, Sep 6, 11:02 AM
Unknown Object (File)
Sat, Sep 5, 5:28 PM
Unknown Object (File)
Fri, Sep 4, 3:34 PM
Unknown Object (File)
Fri, Sep 4, 4:24 AM
Unknown Object (File)
Thu, Sep 3, 1:39 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.