Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2016 07:13:57 +0200
From:      Emmanuel Vadot <manu@bidouilliste.com>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        "freebsd-arch@freebsd.org" <freebsd-arch@freebsd.org>
Subject:   Re: Are we supposed to be able to build the loader standalone?
Message-ID:  <20160613071357.098b482dfd0ed2595add672b@bidouilliste.com>
In-Reply-To: <CAJ-VmonPM6d5kj5%2Bgicm0mozvynV3=HTZ4%2BMNmjy=Mgzf_1LXA@mail.gmail.com>
References:  <CAJ-VmonPM6d5kj5%2Bgicm0mozvynV3=HTZ4%2BMNmjy=Mgzf_1LXA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

I do this to build the loader standalone :

buildenv=`make -C $SRCROOT buildenvvars`
eval $buildenv make -C $SRCROOT/sys/boot -m $MAKESYSPATH obj
eval $buildenv make -C $SRCROOT/sys/boot -m $MAKESYSPATH clean
eval $buildenv make -C $SRCROOT/sys/boot -m $MAKESYSPATH depend
eval $buildenv make -C $SRCROOT/sys/boot -m $MAKESYSPATH all

On Sun, 12 Jun 2016 22:04:55 -0700
Adrian Chadd <adrian@freebsd.org> wrote:

> hi,
> 
> I thought we could build the loader standalone by just "cd sys/boot ;
> make". That doesn't seem to work any longer.
> 
> Any ideas?
> 
> 
> 
> -adrian
> _______________________________________________
> freebsd-arch@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-arch
> To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"


-- 
Emmanuel Vadot



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