svn commit: r337914 - head/stand/efi/loader

Warner Losh imp at FreeBSD.org
Thu Aug 16 16:30:24 UTC 2018


Author: imp
Date: Thu Aug 16 16:30:23 2018
New Revision: 337914
URL: https://svnweb.freebsd.org/changeset/base/337914

Log:
  Install links for loader.efi.
  
  Submitted by: ben wilber

Modified:
  head/stand/efi/loader/Makefile

Modified: head/stand/efi/loader/Makefile
==============================================================================
--- head/stand/efi/loader/Makefile	Thu Aug 16 15:59:02 2018	(r337913)
+++ head/stand/efi/loader/Makefile	Thu Aug 16 16:30:23 2018	(r337914)
@@ -90,6 +90,10 @@ VERSION_FILE=	${.CURDIR}/../loader/version
 FILES+=	${LOADER}.efi
 FILESMODE_${LOADER}.efi=	${BINMODE}
 
+.if ${LOADER_INTERP} == ${LOADER_DEFAULT_INTERP}
+LINKS+=		${BINDIR}/${LOADER}.efi ${BINDIR}/loader.efi
+.endif
+
 LDSCRIPT=	${.CURDIR}/../loader/arch/${MACHINE}/ldscript.${MACHINE}
 LDFLAGS+=	-Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -shared
 


More information about the svn-src-all mailing list