Are we supposed to be able to build the loader standalone?
Ngie Cooper
yaneurabeya at gmail.com
Mon Jun 13 09:52:40 UTC 2016
> On Jun 13, 2016, at 01:04, 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?
You need to do:
(set -e; cd sys/boot; make clean; make obj; make depend; make all)
The issue is that some of the dependencies aren't completely articulated (esp the .a files), so if they were created incorrectly, it will cause you grief :(..
What issues are you running into, what revision are you running, and why wasn't this email sent to current@?
Thanks,
-Ngie
More information about the freebsd-arch
mailing list