Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 15:13:16 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r292548 - stable/10/tools/build/mk
Message-ID:  <201512211513.tBLFDGNx093732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512211513.tBLFDGNx093732>