Disconnect libstand from the build.

Remove libstand from the src/lib build. Remove LIBSTAND from
bsd.libnames.mk. Add affected files to the obsolete files list.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-10-09 22:12:57 +00:00
parent e1ff8b2f35
commit c8550231ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324454
3 changed files with 5 additions and 2 deletions

View file

@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
# 20161010: Remove libstand
OLD_FILES+=usr/lib/libstand.a
OLD_FILES+=usr/lib/libstand_p.a
OLD_FILES+=usr/include/stand.h
OLD_FILES+=usr/share/man/man3/libstand.3
# 20171003: remove RCMDS
OLD_FILES+=bin/rcp
OLD_FILES+=rescue/rcp

View file

@ -75,7 +75,6 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \
libsbuf \
libsmb \
libsqlite3 \
libstand \
libstdbuf \
libstdthreads \
libsysdecode \

View file

@ -142,7 +142,6 @@ LIBSDP?= ${LIBDESTDIR}${LIBDIR_BASE}/libsdp.a
LIBSMB?= ${LIBDESTDIR}${LIBDIR_BASE}/libsmb.a
LIBSSL?= ${LIBDESTDIR}${LIBDIR_BASE}/libssl.a
LIBSSP_NONSHARED?= ${LIBDESTDIR}${LIBDIR_BASE}/libssp_nonshared.a
LIBSTAND?= ${LIBDESTDIR}${LIBDIR_BASE}/libstand.a
LIBSTDCPLUSPLUS?= ${LIBDESTDIR}${LIBDIR_BASE}/libstdc++.a
LIBSTDTHREADS?= ${LIBDESTDIR}${LIBDIR_BASE}/libstdthreads.a
LIBSYSDECODE?= ${LIBDESTDIR}${LIBDIR_BASE}/libsysdecode.a