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)
Thu, Apr 16, 3:23 AM
Unknown Object (File)
Wed, Apr 15, 7:22 AM
Unknown Object (File)
Fri, Apr 10, 11:50 PM
Unknown Object (File)
Fri, Apr 10, 12:00 AM
Unknown Object (File)
Sat, Apr 4, 5:48 AM
Unknown Object (File)
Mar 25 2026, 6:00 PM
Unknown Object (File)
Mar 18 2026, 9:52 PM
Unknown Object (File)
Mar 15 2026, 3:59 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.