Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/examples/rump add -D_KERNTYPES
details: https://anonhg.NetBSD.org/src/rev/6e392aef06c0
branches: trunk
changeset: 813357:6e392aef06c0
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jan 25 11:01:17 2016 +0000
description:
add -D_KERNTYPES
diffstat:
share/examples/rump/ttyserv/Makefile | 2 ++
share/examples/rump/umserv/Makefile | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r 80ff40a98e78 -r 6e392aef06c0 share/examples/rump/ttyserv/Makefile
--- a/share/examples/rump/ttyserv/Makefile Mon Jan 25 10:15:38 2016 +0000
+++ b/share/examples/rump/ttyserv/Makefile Mon Jan 25 11:01:17 2016 +0000
@@ -5,6 +5,8 @@
LDADD+=-lrumpvfs
LDADD+=-lrump -lrumpuser -lpthread
+CPPFLAGS+= -D_KERNTYPES
+
WARNS=4
DBG=-g
diff -r 80ff40a98e78 -r 6e392aef06c0 share/examples/rump/umserv/Makefile
--- a/share/examples/rump/umserv/Makefile Mon Jan 25 10:15:38 2016 +0000
+++ b/share/examples/rump/umserv/Makefile Mon Jan 25 11:01:17 2016 +0000
@@ -5,6 +5,8 @@
LDADD+=-lrumpvfs
LDADD+=-lrump -lrumpuser -lpthread
+CPPFLAGS+= -D_KERNTYPES
+
WARNS=4
DBG=-g
Home |
Main Index |
Thread Index |
Old Index