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, May 14, 5:49 PM
Unknown Object (File)
Tue, May 12, 4:39 PM
Unknown Object (File)
Mon, May 11, 1:00 PM
Unknown Object (File)
Mon, May 11, 1:39 AM
Unknown Object (File)
Sun, May 10, 7:03 PM
Unknown Object (File)
Wed, Apr 29, 11:55 AM
Unknown Object (File)
Wed, Apr 29, 6:22 AM
Unknown Object (File)
Tue, Apr 28, 6:02 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.