Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ia64/stand/ia64/efi loader.efi doesn't have source



details:   https://anonhg.NetBSD.org/src/rev/7c0ea6698bbb
branches:  trunk
changeset: 935403:7c0ea6698bbb
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jul 02 09:07:24 2020 +0000

description:
loader.efi doesn't have source

(Untested fix)

diffstat:

 sys/arch/ia64/stand/ia64/efi/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d5b775b59e4a -r 7c0ea6698bbb sys/arch/ia64/stand/ia64/efi/Makefile
--- a/sys/arch/ia64/stand/ia64/efi/Makefile     Thu Jul 02 09:02:04 2020 +0000
+++ b/sys/arch/ia64/stand/ia64/efi/Makefile     Thu Jul 02 09:07:24 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2017/04/09 22:50:02 christos Exp $      
+#      $NetBSD: Makefile,v 1.7 2020/07/02 09:07:24 lukem Exp $ 
 
 S=     ${.CURDIR}/../../../../..
 
@@ -9,6 +9,8 @@
 MAN.loader.sym=                # no man
 MAN.loader.efi=                # no man
 
+SRCS.loader.efi=       # no SRCS
+
 CPPFLAGS+=     -I${IA64_STAND_DIR}/efi/libefi/
 CPPFLAGS+=     -I${IA64_STAND_DIR}/common/
 CPPFLAGS+=     -I${S}



Home | Main Index | Thread Index | Old Index