Re: buildworld failed
- Reply: Warner Losh : "Re: buildworld failed"
- In reply to: Simon J. Gerraty: "Re: buildworld failed"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 00:10:41 UTC
On Tue, Feb 8, 2022 at 3:52 PM Simon J. Gerraty <sjg@juniper.net> wrote: > 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. > Agreed. Testing this. Warner