Date: Mon, 9 Oct 2017 22:12:57 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324454 - in head: . lib share/mk Message-ID: <201710092212.v99MCvAf011238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710092212.v99MCvAf011238>