Re: buildworld failed
- Reply: Warner Losh : "Re: buildworld failed"
- Reply: Brooks Davis : "Re: buildworld failed"
- In reply to: Brooks Davis : "Re: buildworld failed"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Feb 2022 22:52:27 UTC
Brooks Davis <brooks@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.