Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/evbarm Only add iso_image target for aarch64
details: https://anonhg.NetBSD.org/src/rev/6346aaaffb5a
branches: trunk
changeset: 940711:6346aaaffb5a
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Thu Oct 15 08:59:57 2020 +0000
description:
Only add iso_image target for aarch64
diffstat:
distrib/evbarm/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 243458a24951 -r 6346aaaffb5a distrib/evbarm/Makefile
--- a/distrib/evbarm/Makefile Thu Oct 15 08:37:20 2020 +0000
+++ b/distrib/evbarm/Makefile Thu Oct 15 08:59:57 2020 +0000
@@ -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_INSTALL} ${MDECBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
.endif
+.if ${MACHINE_ARCH} == "aarch64"
iso_image:
${MAKEDIRTARGET} isoimage iso_image
+.endif
install_image:
${MAKEDIRTARGET} installimage install_image
Home |
Main Index |
Thread Index |
Old Index