Module Name:    src
Committed By:   martin
Date:           Tue May 25 11:55:40 UTC 2021

Modified Files:
        src/distrib/macppc: Makefile

Log Message:
While we do not yet have any 64bit kernels, do not build
floppy or CD images for installation.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/macppc/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/macppc/Makefile
diff -u src/distrib/macppc/Makefile:1.16 src/distrib/macppc/Makefile:1.17
--- src/distrib/macppc/Makefile:1.16	Mon Jun 23 02:16:53 2008
+++ src/distrib/macppc/Makefile	Tue May 25 11:55:40 2021
@@ -1,17 +1,20 @@
-#	$NetBSD: Makefile,v 1.16 2008/06/23 02:16:53 matt Exp $
+#	$NetBSD: Makefile,v 1.17 2021/05/25 11:55:40 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 .include <bsd.kernobj.mk>
 
+.if ${MACHINE_ARCH} != "powerpc64"
 SUBDIR=		floppies cdroms
+.endif
 TARGETS+=	release
 
 BOOTOBJ!=	cd ${KERNSRCDIR}/arch/macppc/stand/ofwboot && ${PRINTOBJDIR}
 OFWBOOTERS=	${BOOTOBJ}/ofwboot.elf ${BOOTOBJ}/ofwboot.xcf
 
 release: check_RELEASEDIR .WAIT ${OWFBOOTERS}
+	mkdir -p ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
 	${RELEASE_INSTALL} ${OFWBOOTERS} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
 
 iso_image:

Reply via email to