Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2010 12:47:12 +0300
From:      Andriy Gapon <avg@icyb.net.ua>
To:        Jeremy Chadwick <freebsd@jdc.parodius.com>
Cc:        freebsd-stable@FreeBSD.org, Pawel Jakub Dawidek <pjd@FreeBSD.org>, freebsd-arch@FreeBSD.org
Subject:   Re: Can't build boot blocks after new GPT attributes added
Message-ID:  <4CC7F520.10300@icyb.net.ua>
In-Reply-To: <20101027091727.GA44893@icarus.home.lan>
References:  <20101027074401.GA18014@icarus.home.lan>	<20101027080817.GC1848@garage.freebsd.pl> <20101027091727.GA44893@icarus.home.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
on 27/10/2010 12:17 Jeremy Chadwick said the following:
> On Wed, Oct 27, 2010 at 10:08:17AM +0200, Pawel Jakub Dawidek wrote:
>> The proper way is to:
>>
>> 	# cd /usr/src
>> 	# make buildenv
>> 	# cd sys/boot
>> 	# make clean && make && make install
> 
> Thanks for the tip -- the CFLAGS change in a Makefile sounds like the
> solution, since the latter (re: "proper way") didn't work (exact same
> problem).

The above will work if you already have the toolchain built - that's the only way
to ensure that you don't depend on anything in the currently installed world.
See build(7).

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CC7F520.10300>