Source-Changes-HG archive

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

[src/trunk]: src/tests/kernel Fix MKRUMP=no build.



details:   https://anonhg.NetBSD.org/src/rev/915e44820785
branches:  trunk
changeset: 782572:915e44820785
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Wed Nov 07 05:13:45 2012 +0000

description:
Fix MKRUMP=no build.
librt is unrelated to rump.

diffstat:

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

diffs (26 lines):

diff -r 43f0bf4af7ca -r 915e44820785 tests/kernel/Makefile
--- a/tests/kernel/Makefile     Wed Nov 07 02:31:48 2012 +0000
+++ b/tests/kernel/Makefile     Wed Nov 07 05:13:45 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2012/11/05 04:09:14 pgoyette Exp $
+# $NetBSD: Makefile,v 1.29 2012/11/07 05:13:45 nakayama Exp $
 
 NOMAN=         # defined
 
@@ -20,6 +20,8 @@
 PROGS=         h_ps_strings1
 PROGS+=                h_ps_strings2
 
+LDADD.t_mqueue+= -lrt
+
 
 .if (${MKRUMP} != "no")
 TESTS_SUBDIRS+=        tty
@@ -29,7 +31,6 @@
 TESTS_C+=      t_rnd
 LDADD.t_extattrctl+= -lrumpvfs -lrump -lrumpuser -lpthread
 LDADD.t_filedesc+=  ${LDADD.t_rnd}
-LDADD.t_mqueue+= -lrt
 LDADD.t_rnd+=  -lrumpvfs -lrumpdev_rnd -lrumpdev -lrump -lrumpuser -lpthread
 
 .endif



Home | Main Index | Thread Index | Old Index