Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/stand/efiboot Set VERSIONMACHINE to ${MACHINE} instead o...
details: https://anonhg.NetBSD.org/src/rev/c1e06149902d
branches: trunk
changeset: 379019:c1e06149902d
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue May 04 19:07:19 2021 +0000
description:
Set VERSIONMACHINE to ${MACHINE} instead of evbarm (oops)
diffstat:
sys/stand/efiboot/Makefile.efiboot | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4f10f44c2637 -r c1e06149902d sys/stand/efiboot/Makefile.efiboot
--- a/sys/stand/efiboot/Makefile.efiboot Tue May 04 17:51:55 2021 +0000
+++ b/sys/stand/efiboot/Makefile.efiboot Tue May 04 19:07:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.efiboot,v 1.19 2020/10/11 14:03:33 jmcneill Exp $
+# $NetBSD: Makefile.efiboot,v 1.20 2021/05/04 19:07:19 jmcneill Exp $
S= ${.CURDIR}/../../..
@@ -137,7 +137,7 @@ cleanlibdir:
LIBLIST= ${LIBGNUEFI} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBSA}
-VERSIONMACHINE=evbarm
+VERSIONMACHINE=${MACHINE}
.include "${S}/conf/newvers_stand.mk"
CLEANFILES+= ${PROG}.so ${PROG}.tmp
Home |
Main Index |
Thread Index |
Old Index