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 _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"