Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2018 16:30:23 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337914 - head/stand/efi/loader
Message-ID:  <201808161630.w7GGUNKo077722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808161630.w7GGUNKo077722>