I went ahead and committed this as 5ae6cc00111c since we chatted about it here.
Warner On Tue, Feb 8, 2022 at 5:10 PM Warner Losh <i...@bsdimp.com> wrote: > > > On Tue, Feb 8, 2022 at 3:52 PM Simon J. Gerraty <s...@juniper.net> wrote: > >> Brooks Davis <bro...@freebsd.org> wrote: >> > >> > This would be fine, but should not be necessicary. The sys subdir should >> > be created by AUTOOBJ. >> >> .OBJDIR should be (and is), not .OBJDIR/sys >> making that subdir is up to the makefile and would also fix the problem, >> but given the nature of what the makefile is doing just replacing / with >> _ is simpler. >> > > Agreed. Testing this. > > Warner >