svn commit: r310126 - stable/11/tools/build/mk
Ngie Cooper
ngie at FreeBSD.org
Thu Dec 15 20:10:22 UTC 2016
Author: ngie
Date: Thu Dec 15 20:10:20 2016
New Revision: 310126
URL: https://svnweb.freebsd.org/changeset/base/310126
Log:
MFC r309602:
Remove svn[lite]{bench,fsfs} if either MK_SVN == no or MK_SVNLITE == no
Modified:
stable/11/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/11/tools/build/mk/OptionalObsoleteFiles.inc Thu Dec 15 17:41:30 2016 (r310125)
+++ stable/11/tools/build/mk/OptionalObsoleteFiles.inc Thu Dec 15 20:10:20 2016 (r310126)
@@ -8821,7 +8821,9 @@ OLD_FILES+=usr/share/man/man8/wpa_suppli
.if ${MK_SVNLITE} == no || ${MK_SVN} == yes
OLD_FILES+=usr/bin/svnlite
OLD_FILES+=usr/bin/svnliteadmin
+OLD_FILES+=usr/bin/svnlitebench
OLD_FILES+=usr/bin/svnlitedumpfilter
+OLD_FILES+=usr/bin/svnlitefsfs
OLD_FILES+=usr/bin/svnlitelook
OLD_FILES+=usr/bin/svnlitemucc
OLD_FILES+=usr/bin/svnliterdump
@@ -8834,7 +8836,9 @@ OLD_FILES+=usr/share/man/man1/svnlite.1.
.if ${MK_SVN} == no
OLD_FILES+=usr/bin/svn
OLD_FILES+=usr/bin/svnadmin
+OLD_FILES+=usr/bin/svnbench
OLD_FILES+=usr/bin/svndumpfilter
+OLD_FILES+=usr/bin/svnfsfs
OLD_FILES+=usr/bin/svnlook
OLD_FILES+=usr/bin/svnmucc
OLD_FILES+=usr/bin/svnrdump
More information about the svn-src-stable-11
mailing list