Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/macppc While we do not yet have any 64bit kernels, d...



details:   https://anonhg.NetBSD.org/src/rev/ac15edfcffa7
branches:  trunk
changeset: 1021308:ac15edfcffa7
user:      martin <martin%NetBSD.org@localhost>
date:      Tue May 25 11:55:40 2021 +0000

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

diffstat:

 distrib/macppc/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r dd8184059cd9 -r ac15edfcffa7 distrib/macppc/Makefile
--- a/distrib/macppc/Makefile   Tue May 25 11:25:59 2021 +0000
+++ b/distrib/macppc/Makefile   Tue May 25 11:55:40 2021 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index