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
F103569852: D12989.diff
Tue, Nov 26, 3:24 PM
Unknown Object (File)
Oct 25 2024, 6:00 PM
Unknown Object (File)
Oct 25 2024, 6:00 PM
Unknown Object (File)
Oct 25 2024, 5:55 PM
Unknown Object (File)
Oct 21 2024, 7:04 PM
Unknown Object (File)
Oct 21 2024, 12:06 AM
Unknown Object (File)
Oct 19 2024, 6:55 AM
Unknown Object (File)
Oct 18 2024, 8:43 AM
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.