Date: Sat, 16 Feb 2008 01:12:20 +0300 From: Yuri Pankov <yuri.pankov@gmail.com> To: Erik Norgaard <norgaard@locolomo.org> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Problem building loader in RELENG_7 Message-ID: <20080215221220.GA26035@darklight.org.ru> In-Reply-To: <47B60620.4040307@locolomo.org> References: <47B60620.4040307@locolomo.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 15, 2008 at 10:37:36PM +0100, Erik Norgaard wrote: > Hi: > > Just updated my source tree, I'm on FreeBSD bifrost 7.0-PRERELEASE FreeBSD > 7.0-PRERELEASE #1: Tue Feb 12 09:52:32 CET 2008. Then I did > > # cd /usr/src > # make -DLOADER_TFTP_SUPPORT=YES > This seems to be a rather weird way to build loader with TFTP support. You could try the following: cd /sys/boot; make cleandir; make obj; make -DLOADER_TFTP_SUPPORT (with binaries somewhere in /usr/obj/usr/src/sys/boot/). > > /usr/obj is empty, and i did make clean before make. Anyone else > experiencing similar problems? I tried this also a few days ago with the > same problem, it seems it is persistent... > > Thanks, Erik > -- > Erik Nørgaard > Ph: +34.666334818 http://www.locolomo.org HTH, Yuri
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080215221220.GA26035>