Module Name:    src
Committed By:   he
Date:           Thu Jan 14 13:45:51 UTC 2010

Modified Files:
        src/distrib/sets: sets.subr

Log Message:
In addition to setting module=no if ${MKKMOD} is "no", also
set kmod=no.  This should get evbppc building correctly again.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/distrib/sets/sets.subr

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

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.118 src/distrib/sets/sets.subr:1.119
--- src/distrib/sets/sets.subr:1.118	Mon Dec 21 15:37:25 2009
+++ src/distrib/sets/sets.subr	Thu Jan 14 13:45:51 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: sets.subr,v 1.118 2009/12/21 15:37:25 uebayasi Exp $
+#	$NetBSD: sets.subr,v 1.119 2010/01/14 13:45:51 he Exp $
 #
 
 #
@@ -134,6 +134,7 @@
 module=yes
 if [ "${MKKMOD}" = "no" ]; then
 	module=no			# MODULEs are off.
+	kmod=no
 fi
 # Determine lib type. Do this first so stlib also gets set.
 if [ "${OBJECT_FMT}" = "ELF" ]; then
@@ -167,7 +168,7 @@
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-# 	# $NetBSD: sets.subr,v 1.118 2009/12/21 15:37:25 uebayasi Exp $
+# 	# $NetBSD: sets.subr,v 1.119 2010/01/14 13:45:51 he Exp $
 # 	.			base-sys-root	[keyword[,...]]
 # 	./altroot		base-sys-root
 # 	./bin			base-sys-root

Reply via email to