On Mon, Dec 3, 2018 at 8:10 AM Warner Losh <i...@bsdimp.com> wrote:

>
> On Mon, Dec 3, 2018 at 12:24 AM Baptiste Daroussin <b...@freebsd.org>
> wrote:
>
>> On Sun, Dec 02, 2018 at 06:08:34PM +0300, Yuri Pankov wrote:
>> > Hi,
>> >
>> > Building disc1.iso using `make release` and having WITH_CTF set in
>> > src.conf leads to "File too big" displayed when booting the image.
>> >
>> > Would it make sense to build loader and related parts without CTF
>> > unconditionally as it doesn't look useful there?
>> >
>>
>> Fully agree with you
>>
>
> What a great Idea. We already turn it off in defs.mk:
>
> MK_CTF=         no
>
> which should be global to every single Makefile under stand. I'm not sure
> why that's turning it back on.
>

% cat /etc/src.conf
WITH_CTF=yes
FRED=present
% cd stand/cdboot
% make -V MK_CTF
no
% make -V FRED
present
%

So this sure sounds like a false positive to me. Do you have logs showing
cdboot building with MK_CTF=yes?

Warner
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to