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)
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
Unknown Object (File)
Oct 1 2024, 12:39 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

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.