Are we supposed to be able to build the loader standalone?

Emmanuel Vadot manu at bidouilliste.com
Mon Jun 13 05:14:31 UTC 2016


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 at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-arch
> To unsubscribe, send any mail to "freebsd-arch-unsubscribe at freebsd.org"


-- 
Emmanuel Vadot


More information about the freebsd-arch mailing list