svn commit: r279381 - head/sys/boot/amd64/efi
Warner Losh
imp at bsdimp.com
Fri Feb 27 22:27:13 UTC 2015
> On Feb 27, 2015, at 3:22 PM, David E. O'Brien <obrien at FreeBSD.org> wrote:
>
> Author: obrien
> Date: Fri Feb 27 22:22:05 2015
> New Revision: 279381
> URL: https://svnweb.freebsd.org/changeset/base/279381
>
> Log:
> Use sys/boot/userboot/libstand/ and not /usr/lib/libstand.a.
>
> Modified:
> head/sys/boot/amd64/efi/Makefile
>
> Modified: head/sys/boot/amd64/efi/Makefile
> ==============================================================================
> --- head/sys/boot/amd64/efi/Makefile Fri Feb 27 22:20:07 2015 (r279380)
> +++ head/sys/boot/amd64/efi/Makefile Fri Feb 27 22:22:05 2015 (r279381)
> @@ -84,6 +84,7 @@ loader.efi: loader.sym
> --output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET}
>
> LIBEFI= ${.OBJDIR}/../../efi/libefi/libefi.a
> +LIBSTAND= ${.OBJDIR}/../../userboot/libstand/libstand.a
>
> DPADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND}
> LDADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND}
why userboot?
Warner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150227/099c5184/attachment.sig>
More information about the svn-src-all
mailing list