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)
Sep 19 2025, 1:11 PM
Unknown Object (File)
Sep 13 2025, 8:14 AM
Unknown Object (File)
Sep 5 2025, 1:43 PM
Unknown Object (File)
Sep 4 2025, 11:11 PM
Unknown Object (File)
Jul 12 2025, 12:30 AM
Unknown Object (File)
Jul 7 2025, 8:57 AM
Unknown Object (File)
Jul 7 2025, 8:31 AM
Unknown Object (File)
Jul 7 2025, 5:21 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.