svn commit: r292355 - head/tools/build/mk

Ed Maste emaste at FreeBSD.org
Wed Dec 16 19:48:04 UTC 2015


Author: emaste
Date: Wed Dec 16 19:48:03 2015
New Revision: 292355
URL: https://svnweb.freebsd.org/changeset/base/292355

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

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Dec 16 19:34:58 2015	(r292354)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Dec 16 19:48:03 2015	(r292355)
@@ -4254,6 +4254,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
 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE
 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE


More information about the svn-src-head mailing list