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/682e46847466
branches:  trunk
changeset: 1021050:682e46847466
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 a7923736715f -r 682e46847466 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 @@
 
 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