Module Name:    src
Committed By:   njoly
Date:           Mon Apr 30 13:47:52 UTC 2012

Modified Files:
        src/distrib/sets/lists/tests: mi module.mi

Log Message:
Move module related debug entries to module.mi list to fix MKDEBUG=yes
and MKKMOD=no builds. Add missing k_helper3.debug line.


To generate a diff of this commit:
cvs rdiff -u -r1.466 -r1.467 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/tests/module.mi

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/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.466 src/distrib/sets/lists/tests/mi:1.467
--- src/distrib/sets/lists/tests/mi:1.466	Fri Apr 20 12:11:30 2012
+++ src/distrib/sets/lists/tests/mi	Mon Apr 30 13:47:51 2012
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.466 2012/04/20 12:11:30 jruoho Exp $
+# $NetBSD: mi,v 1.467 2012/04/30 13:47:51 njoly Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -708,8 +708,6 @@
 ./usr/libdata/debug/usr/tests/libexec/ld.elf_so/t_dlinfo.debug		tests-libexec-debug	debug,atf
 ./usr/libdata/debug/usr/tests/libexec/ld.elf_so/t_dlvsym.debug		tests-libexec-debug	debug,atf
 ./usr/libdata/debug/usr/tests/modules					tests-sys-debug
-./usr/libdata/debug/usr/tests/modules/t_builtin.debug			tests-sys-debug		debug,atf
-./usr/libdata/debug/usr/tests/modules/t_modctl.debug			tests-sys-debug		debug,atf
 ./usr/libdata/debug/usr/tests/net					tests-net-debug
 ./usr/libdata/debug/usr/tests/net/bpf					tests-net-debug
 ./usr/libdata/debug/usr/tests/net/bpf/t_bpf.debug		tests-net-debug		debug,atf

Index: src/distrib/sets/lists/tests/module.mi
diff -u src/distrib/sets/lists/tests/module.mi:1.8 src/distrib/sets/lists/tests/module.mi:1.9
--- src/distrib/sets/lists/tests/module.mi:1.8	Sat Apr 14 02:47:27 2012
+++ src/distrib/sets/lists/tests/module.mi	Mon Apr 30 13:47:52 2012
@@ -1,7 +1,10 @@
-# $NetBSD: module.mi,v 1.8 2012/04/14 02:47:27 pgoyette Exp $
+# $NetBSD: module.mi,v 1.9 2012/04/30 13:47:52 njoly Exp $
 #
 # These are only made for ports doing modules.
 #
+./usr/libdata/debug/usr/tests/modules/k_helper3.debug	tests-sys-debug		debug,atf
+./usr/libdata/debug/usr/tests/modules/t_builtin.debug	tests-sys-debug		debug,atf
+./usr/libdata/debug/usr/tests/modules/t_modctl.debug	tests-sys-debug		debug,atf
 ./usr/tests/modules/Atffile			tests-sys-tests		atf
 ./usr/tests/modules/k_helper			tests-sys-tests		atf
 ./usr/tests/modules/k_helper/k_helper.kmod	tests-sys-tests		atf

Reply via email to