Module Name:    src
Committed By:   jmcneill
Date:           Thu Oct 15 08:59:57 UTC 2020

Modified Files:
        src/distrib/evbarm: Makefile

Log Message:
Only add iso_image target for aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/evbarm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbarm/Makefile
diff -u src/distrib/evbarm/Makefile:1.13 src/distrib/evbarm/Makefile:1.14
--- src/distrib/evbarm/Makefile:1.13	Sun Oct 11 14:24:50 2020
+++ src/distrib/evbarm/Makefile	Thu Oct 15 08:59:57 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2020/10/11 14:24:50 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.14 2020/10/15 08:59:57 jmcneill Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -22,8 +22,10 @@ release: check_RELEASEDIR .WAIT ${MDECBO
 	${RELEASE_INSTALL} ${MDECBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
 .endif
 
+.if ${MACHINE_ARCH} == "aarch64"
 iso_image:
 	${MAKEDIRTARGET} isoimage iso_image
+.endif
 
 install_image:
 	${MAKEDIRTARGET} installimage install_image

Reply via email to