Page MenuHomeFreeBSD

AUTO_OBJ: Fix 'old style' kernel builds using wrong .OBJDIR.
ClosedPublic

Authored by bdrewery on Nov 8 2017, 2:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 2:18 AM
Unknown Object (File)
Fri, Sep 11, 7:36 AM
Unknown Object (File)
Thu, Sep 10, 12:31 PM
Unknown Object (File)
Thu, Sep 10, 12:25 PM
Unknown Object (File)
Sun, Sep 6, 1:54 PM
Unknown Object (File)
Sun, Sep 6, 9:58 AM
Unknown Object (File)
Sat, Sep 5, 6:38 PM
Unknown Object (File)
Fri, Sep 4, 9:28 PM
Subscribers
None

Details

Summary

There's no way currently to automatically prevent the bad .OBJDIR from being
created but it can at least be prevented from being used. Passing
WITHOUT_AUTO_OBJ=yes or MK_AUTO_OBJ=no in will prevent it.

Reported by: jeffr
Sponsored by: Dell EMC Isilon

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12555
Build 12830: arc lint + arc unit

Event Timeline

Perhaps config could create a .no_obj file that we check for in src.sys.obj.mk ?

This revision was automatically updated to reflect the committed changes.