History log of /netbsd-src/sys/rump/dev/lib/libucom/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# 1730d8f0 26-Jan-2016 pooka <pooka@NetBSD.org>

nuke a few missed -Ifactiondir CPPFLAGSitions.


# b2b6f260 19-Oct-2015 pooka <pooka@NetBSD.org>

Add a COMMENT describing what each component roughly does.

"make describe" prints the comment.

Requested/inspired by Vincent Schwarzer on rumpkernel-users


# e7d4a69a 14-Jun-2010 pooka <pooka@NetBSD.org>

tty support is finally a standalone component


# 89e1ba25 01-Mar-2010 pooka <pooka@NetBSD.org>

Rename IOCONFIG to IOCONF. It matches the config(1) keyword and
aligns better in Makefiles.


# 0bd00d25 01-Mar-2010 pooka <pooka@NetBSD.org>

add u3g


# 643ba90b 16-Feb-2010 pooka <pooka@NetBSD.org>

Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Ma

Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Makefile.kern.inc.

show more ...


# a7334989 11-Feb-2010 pooka <pooka@NetBSD.org>

Move a bunch of rump components from dev/wip to dev/lib now that
they've reached a certain maturity.