Date: Mon, 13 Jun 2016 09:37:00 -0700 From: Adrian Chadd <adrian@freebsd.org> To: Ngie Cooper <yaneurabeya@gmail.com> Cc: "freebsd-arch@freebsd.org" <freebsd-arch@freebsd.org> Subject: Re: Are we supposed to be able to build the loader standalone? Message-ID: <CAJ-Vmoms%2BfSNBAuscjvjLYX5M6LK0QTu2=h15P3iPdMr4MTM-g@mail.gmail.com> In-Reply-To: <0273DDEF-B10D-4A30-8349-F7970A915083@gmail.com> References: <CAJ-VmonPM6d5kj5%2Bgicm0mozvynV3=HTZ4%2BMNmjy=Mgzf_1LXA@mail.gmail.com> <0273DDEF-B10D-4A30-8349-F7970A915083@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 13 June 2016 at 02:52, Ngie Cooper <yaneurabeya@gmail.com> wrote: > >> On Jun 13, 2016, at 01:04, 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? > > 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@? because it's late and we have n+5 too many mailing lists to choose from. Building zfsloader fails, I'm guessing because the machine/ symlink isn't created like it is for loader. Just try "cd sys/boot; make" with an empty src.conf / make.conf and in a clean checkout. -adrian > > Thanks, > -Ngie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmoms%2BfSNBAuscjvjLYX5M6LK0QTu2=h15P3iPdMr4MTM-g>