Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/kernel Define -D_KERNTYPES in CPPFLAGS unconditionally...
details: https://anonhg.NetBSD.org/src/rev/8a3f9ffba0f2
branches: trunk
changeset: 349546:8a3f9ffba0f2
user: kamil <kamil%NetBSD.org@localhost>
date: Wed Dec 14 06:19:59 2016 +0000
description:
Define -D_KERNTYPES in CPPFLAGS unconditionally to fix MKRUMP=no build
Reported by Robert Swindells
Sponsored by <The NetBSD Foundation>
diffstat:
tests/kernel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r c48d719c112c -r 8a3f9ffba0f2 tests/kernel/Makefile
--- a/tests/kernel/Makefile Wed Dec 14 04:13:50 2016 +0000
+++ b/tests/kernel/Makefile Wed Dec 14 06:19:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/12/02 05:54:15 kamil Exp $
+# $NetBSD: Makefile,v 1.44 2016/12/14 06:19:59 kamil Exp $
NOMAN= # defined
@@ -46,10 +46,10 @@
LDADD.t_filedesc+= ${LDADD.t_rnd}
LDADD.t_rnd+= -lrumpvfs -lrumpdev_rnd -lrumpdev -lrump -lrumpuser
LDADD.t_rnd+= -lrump -lpthread
-CPPFLAGS+= -D_KERNTYPES
.endif
+CPPFLAGS+= -D_KERNTYPES
.PATH: ${NETBSDSRCDIR}/sys/kern
TESTS_C+= t_extent
Home |
Main Index |
Thread Index |
Old Index