Date: Thu, 28 Jul 2011 16:24:28 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-net@freebsd.org Cc: Ryan Stone <rysto32@gmail.com> Subject: Re: pxeboot hangs if link bounces Message-ID: <201107281624.28508.jhb@freebsd.org> In-Reply-To: <CAFMmRNxJ1OpqO6ZLiZUmxqHCN1cgO2p%2ByQFJ234XjZpFxpjhQw@mail.gmail.com> References: <CAFMmRNzc717KaFk-r8%2BuBYYKq=%2BifQ-1SC0TUjJHKKyiBE5_Pw@mail.gmail.com> <CAFMmRNxJ1OpqO6ZLiZUmxqHCN1cgO2p%2ByQFJ234XjZpFxpjhQw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, July 27, 2011 2:53:04 pm Ryan Stone wrote: > On Wed, Jul 27, 2011 at 12:45 PM, Ryan Stone <rysto32@gmail.com> wrote: > > I'm going to try a binary search to narrow down what set of changes > > introduced the problem, > > On that note, is there an faster way to cleanly build the boot code > than a full buildworld? I can just make in sys/boot, but that picks > up the system's libstand and include files. I think once you've done a make buildworld doing a make in sys/boot will prefer the libstand, etc. from the built world in /usr/obj rather than the ones on the currently running system. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107281624.28508.jhb>