svn commit: r292548 - stable/10/tools/build/mk

Ed Maste emaste at FreeBSD.org
Mon Dec 21 15:13:17 UTC 2015


Author: emaste
Date: Mon Dec 21 15:13:15 2015
New Revision: 292548
URL: https://svnweb.freebsd.org/changeset/base/292548

Log:
  MFC r292355: Remove lldb(1) files if WITHOUT_LLDB is set
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Mon Dec 21 14:32:29 2015	(r292547)
+++ stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Mon Dec 21 15:13:15 2015	(r292548)
@@ -3487,6 +3487,11 @@ OLD_DIRS+=usr/include/c++/v1
 # to be filled in
 #.endif
 
+.if ${MK_LLDB} == no
+OLD_FILES+=usr/bin/lldb
+OLD_FILES+=usr/share/man/man1/lldb.1.gz
+.endif
+
 #.if ${MK_LOCALES} == no
 # to be filled in
 #.endif


More information about the svn-src-stable mailing list