Module Name:    src
Committed By:   reinoud
Date:           Wed Jul  4 13:54:20 UTC 2012

Modified Files:
        src/etc/etc.amd64: Makefile.inc
        src/etc/etc.i386: Makefile.inc

Log Message:
Disable GENERIC_USERMODE kernel auto-build to avoid problems with the current
autobuild-system.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/etc/etc.amd64/Makefile.inc
cvs rdiff -u -r1.66 -r1.67 src/etc/etc.i386/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.amd64/Makefile.inc
diff -u src/etc/etc.amd64/Makefile.inc:1.13 src/etc/etc.amd64/Makefile.inc:1.14
--- src/etc/etc.amd64/Makefile.inc:1.13	Sat Jun 30 15:03:57 2012
+++ src/etc/etc.amd64/Makefile.inc	Wed Jul  4 13:54:20 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.13 2012/06/30 15:03:57 reinoud Exp $
+#	$NetBSD: Makefile.inc,v 1.14 2012/07/04 13:54:20 reinoud Exp $
 #
 #	etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets
 #
@@ -8,7 +8,7 @@
 
 KERNEL_SETS=		GENERIC
 KERNEL_SETS+=		XEN3_DOM0 XEN3_DOMU
-KERNEL_SETS+=		GENERIC_USERMODE
+# KERNEL_SETS+=		GENERIC_USERMODE
 
 BUILD_KERNELS=		INSTALL INSTALL_XEN3_DOMU
 

Index: src/etc/etc.i386/Makefile.inc
diff -u src/etc/etc.i386/Makefile.inc:1.66 src/etc/etc.i386/Makefile.inc:1.67
--- src/etc/etc.i386/Makefile.inc:1.66	Sat Jun 30 15:03:57 2012
+++ src/etc/etc.i386/Makefile.inc	Wed Jul  4 13:54:20 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.66 2012/06/30 15:03:57 reinoud Exp $
+#	$NetBSD: Makefile.inc,v 1.67 2012/07/04 13:54:20 reinoud Exp $
 #
 #	etc.i386/Makefile.inc -- i386-specific etc Makefile targets
 #
@@ -12,7 +12,7 @@ KERNEL_SETS+=	XEN3_DOM0
 KERNEL_SETS+=	XEN3_DOMU
 KERNEL_SETS+=	XEN3PAE_DOM0
 KERNEL_SETS+=	XEN3PAE_DOMU
-KERNEL_SETS+=	GENERIC_USERMODE
+# KERNEL_SETS+=	GENERIC_USERMODE
 # KERNEL_SETS+=	GENERIC_TINY
 # KERNEL_SETS+=	GENERIC_PS2TINY
 

Reply via email to