Activate build of posix1e extensions in libc and libc_r that have been
moved in from libposix1e, and deactivate build of the soon-to-be-removed libposix1e. Approved by: rwatson Obtained from: TrustedBSD Project
This commit is contained in:
parent
16cb0dd753
commit
8b28ef9528
@ -27,7 +27,7 @@ SUBDIR= ${_csu} libcom_err libcrypt msun libmd \
|
|||||||
libftpio libgnumalloc ${_libio} libipsec libipx libisc libkvm libmenu \
|
libftpio libgnumalloc ${_libio} libipsec libipx libisc libkvm libmenu \
|
||||||
${_libncp} \
|
${_libncp} \
|
||||||
libnetgraph libopie libpam libpanel libpcap \
|
libnetgraph libopie libpam libpanel libpcap \
|
||||||
libposix1e libresolv librpcsvc libsmdb libsmutil libss \
|
libresolv librpcsvc libsmdb libsmutil libss \
|
||||||
libstand ${_libtelnet} libusb ${_libvgl} libwrap libxpg4 liby libz
|
libstand ${_libtelnet} libusb ${_libvgl} libwrap libxpg4 liby libz
|
||||||
|
|
||||||
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
|
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
|
||||||
|
@ -24,6 +24,7 @@ NOASM=
|
|||||||
.include "${.CURDIR}/../libc/locale/Makefile.inc"
|
.include "${.CURDIR}/../libc/locale/Makefile.inc"
|
||||||
.include "${.CURDIR}/../libc/net/Makefile.inc"
|
.include "${.CURDIR}/../libc/net/Makefile.inc"
|
||||||
.include "${.CURDIR}/../libc/nls/Makefile.inc"
|
.include "${.CURDIR}/../libc/nls/Makefile.inc"
|
||||||
|
.include "${.CURDIR}/../libc/posix1e/Makefile.inc"
|
||||||
.if !defined(NO_QUAD)
|
.if !defined(NO_QUAD)
|
||||||
.include "${.CURDIR}/../libc/quad/Makefile.inc"
|
.include "${.CURDIR}/../libc/quad/Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
SRCS+= \
|
SRCS+= \
|
||||||
uthread_accept.c \
|
uthread_accept.c \
|
||||||
|
uthread_acl_delete_fd.c \
|
||||||
|
uthread_acl_get_fd.c \
|
||||||
|
uthread_acl_set_fd.c \
|
||||||
|
uthread_acl_aclcheck_fd.c \
|
||||||
uthread_aio_suspend.c \
|
uthread_aio_suspend.c \
|
||||||
uthread_attr_destroy.c \
|
uthread_attr_destroy.c \
|
||||||
uthread_attr_init.c \
|
uthread_attr_init.c \
|
||||||
@ -26,6 +30,8 @@ SRCS+= \
|
|||||||
uthread_autoinit.cc \
|
uthread_autoinit.cc \
|
||||||
uthread_bind.c \
|
uthread_bind.c \
|
||||||
uthread_cancel.c \
|
uthread_cancel.c \
|
||||||
|
uthread_cap_get_fd.c \
|
||||||
|
uthread_cap_set_fd.c \
|
||||||
uthread_clean.c \
|
uthread_clean.c \
|
||||||
uthread_close.c \
|
uthread_close.c \
|
||||||
uthread_cond.c \
|
uthread_cond.c \
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
SRCS+= \
|
SRCS+= \
|
||||||
uthread_accept.c \
|
uthread_accept.c \
|
||||||
|
uthread_acl_delete_fd.c \
|
||||||
|
uthread_acl_get_fd.c \
|
||||||
|
uthread_acl_set_fd.c \
|
||||||
|
uthread_acl_aclcheck_fd.c \
|
||||||
uthread_aio_suspend.c \
|
uthread_aio_suspend.c \
|
||||||
uthread_attr_destroy.c \
|
uthread_attr_destroy.c \
|
||||||
uthread_attr_init.c \
|
uthread_attr_init.c \
|
||||||
@ -26,6 +30,8 @@ SRCS+= \
|
|||||||
uthread_autoinit.cc \
|
uthread_autoinit.cc \
|
||||||
uthread_bind.c \
|
uthread_bind.c \
|
||||||
uthread_cancel.c \
|
uthread_cancel.c \
|
||||||
|
uthread_cap_get_fd.c \
|
||||||
|
uthread_cap_set_fd.c \
|
||||||
uthread_clean.c \
|
uthread_clean.c \
|
||||||
uthread_close.c \
|
uthread_close.c \
|
||||||
uthread_cond.c \
|
uthread_cond.c \
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
SRCS+= \
|
SRCS+= \
|
||||||
uthread_accept.c \
|
uthread_accept.c \
|
||||||
|
uthread_acl_delete_fd.c \
|
||||||
|
uthread_acl_get_fd.c \
|
||||||
|
uthread_acl_set_fd.c \
|
||||||
|
uthread_acl_aclcheck_fd.c \
|
||||||
uthread_aio_suspend.c \
|
uthread_aio_suspend.c \
|
||||||
uthread_attr_destroy.c \
|
uthread_attr_destroy.c \
|
||||||
uthread_attr_init.c \
|
uthread_attr_init.c \
|
||||||
@ -26,6 +30,8 @@ SRCS+= \
|
|||||||
uthread_autoinit.cc \
|
uthread_autoinit.cc \
|
||||||
uthread_bind.c \
|
uthread_bind.c \
|
||||||
uthread_cancel.c \
|
uthread_cancel.c \
|
||||||
|
uthread_cap_get_fd.c \
|
||||||
|
uthread_cap_set_fd.c \
|
||||||
uthread_clean.c \
|
uthread_clean.c \
|
||||||
uthread_close.c \
|
uthread_close.c \
|
||||||
uthread_cond.c \
|
uthread_cond.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user