svn commit: r324454 - in head: . lib share/mk
Warner Losh
imp at FreeBSD.org
Mon Oct 9 22:12:59 UTC 2017
Author: imp
Date: Mon Oct 9 22:12:57 2017
New Revision: 324454
URL: https://svnweb.freebsd.org/changeset/base/324454
Log:
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
Modified:
head/ObsoleteFiles.inc
head/lib/Makefile
head/share/mk/bsd.libnames.mk
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Mon Oct 9 22:12:53 2017 (r324453)
+++ head/ObsoleteFiles.inc Mon Oct 9 22:12:57 2017 (r324454)
@@ -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
Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile Mon Oct 9 22:12:53 2017 (r324453)
+++ head/lib/Makefile Mon Oct 9 22:12:57 2017 (r324454)
@@ -75,7 +75,6 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \
libsbuf \
libsmb \
libsqlite3 \
- libstand \
libstdbuf \
libstdthreads \
libsysdecode \
Modified: head/share/mk/bsd.libnames.mk
==============================================================================
--- head/share/mk/bsd.libnames.mk Mon Oct 9 22:12:53 2017 (r324453)
+++ head/share/mk/bsd.libnames.mk Mon Oct 9 22:12:57 2017 (r324454)
@@ -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
More information about the svn-src-head
mailing list