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

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 31 04:37:59 UTC 2015


Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:37:57 2015
New Revision: 280886
URL: https://svnweb.freebsd.org/changeset/base/280886

Log:
  - Remove more files when MK_KDUMP == no
  
  MFC after:	1 week
  Reviewed by:	ngie
  Approved by:	ngie
  Differential Revision:	D1600

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Tue Mar 31 04:36:51 2015	(r280885)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Tue Mar 31 04:37:57 2015	(r280886)
@@ -2711,6 +2711,13 @@ OLD_FILES+=usr/share/man/man8/jexec.8.gz
 OLD_FILES+=usr/share/man/man8/jls.8.gz
 .endif
 
+.if ${MK_KDUMP} == no
+OLD_FILES+=usr/bin/kdump
+OLD_FILES+=usr/bin/truss
+OLD_FILES+=usr/share/man/man1/kdump.1.gz
+OLD_FILES+=usr/share/man/man1/truss.1.gz
+.endif
+
 .if ${MK_KERBEROS} == no
 OLD_FILES+=etc/rc.d/ipropd_master
 OLD_FILES+=etc/rc.d/ipropd_slave


More information about the svn-src-head mailing list