Module Name:    src
Committed By:   mrg
Date:           Mon Nov 18 01:11:14 UTC 2019

Modified Files:
        src/etc/etc.ofppc: Makefile.inc

Log Message:
build GENERIC64 only on ofppc64 (doesn't build, but a least fails
somewhat sanely, instead of trying to build the wrong things.)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.ofppc/Makefile.inc

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

Modified files:

Index: src/etc/etc.ofppc/Makefile.inc
diff -u src/etc/etc.ofppc/Makefile.inc:1.9 src/etc/etc.ofppc/Makefile.inc:1.10
--- src/etc/etc.ofppc/Makefile.inc:1.9	Thu May  1 01:58:10 2008
+++ src/etc/etc.ofppc/Makefile.inc	Mon Nov 18 01:11:14 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.9 2008/05/01 01:58:10 garbled Exp $
+#	$NetBSD: Makefile.inc,v 1.10 2019/11/18 01:11:14 mrg Exp $
 #
 #	etc.ofppc/Makefile.inc -- ofppc-specific etc Makefile targets
 #
@@ -6,10 +6,18 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
+.if ${MACHINE_ARCH} == "powerpc"
+
 KERNEL_SETS=		GENERIC
 
 BUILD_KERNELS+=		INSTALL
 
+.else
+
+KERNEL_SETS=		GENERIC64
+
+.endif
+
 MD_INSTALLATION_DIRS=	installation/netboot
 
 INSTALLATION_DIRS+=	${MD_INSTALLATION_DIRS}

Reply via email to