History log of /netbsd-src/tools/libprop/Makefile (Results 1 – 2 of 2)
Revision Date Author Comments
# 8319f966 08-May-2019 thorpej <thorpej@NetBSD.org>

Fix building libprop as a host tool library on platforms that don't have
the Matt Thomas rbtree:

- Include rb.c in libnbcompat, and provide a nbcompat sys/rbtree.h
header.
- Make sure libprop's so

Fix building libprop as a host tool library on platforms that don't have
the Matt Thomas rbtree:

- Include rb.c in libnbcompat, and provide a nbcompat sys/rbtree.h
header.
- Make sure libprop's source file include prop_object_impl.h before
anything else, and pull in nbtool_config.h from there.

Tested by simulating such a host system by renaming the host's
<sys/rbtree.h> out of the way (which reproduced the build failure)
and verifying that the host-tool installboot contained the rb_*
functions in its own .text segment.

show more ...


# d380747e 07-May-2019 thorpej <thorpej@NetBSD.org>

Add support for libprop as a host tool library.