Source-Changes-HG archive

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

[src/trunk]: src/tests/kernel Add missing '+' so we include t_lock as well as...



details:   https://anonhg.NetBSD.org/src/rev/13a3e60dea11
branches:  trunk
changeset: 782581:13a3e60dea11
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Nov 07 16:36:49 2012 +0000

description:
Add missing '+' so we include t_lock as well as t_lockf and others.

Should fix the build break.

diffstat:

 tests/kernel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 03fcaa61a2e0 -r 13a3e60dea11 tests/kernel/Makefile
--- a/tests/kernel/Makefile     Wed Nov 07 15:48:13 2012 +0000
+++ b/tests/kernel/Makefile     Wed Nov 07 16:36:49 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2012/11/07 14:00:38 pgoyette Exp $
+# $NetBSD: Makefile,v 1.31 2012/11/07 16:36:49 pgoyette Exp $
 
 NOMAN=         # defined
 
@@ -8,7 +8,7 @@
 
 TESTS_SUBDIRS= kqueue
 TESTS_C=       t_lock
-TESTS_C=       t_lockf
+TESTS_C+=      t_lockf
 TESTS_C+=      t_pty
 TESTS_C+=      t_mqueue
 TESTS_C+=      t_sysv



Home | Main Index | Thread Index | Old Index