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

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 30 14:00:18 UTC 2015


Author: amdmi3 (ports committer)
Date: Mon Mar 30 14:00:17 2015
New Revision: 280851
URL: https://svnweb.freebsd.org/changeset/base/280851

Log:
  - Remove more files when MK_FORTH == 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	Mon Mar 30 13:30:53 2015	(r280850)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Mar 30 14:00:17 2015	(r280851)
@@ -1606,6 +1606,19 @@ OLD_FILES+=usr/share/man/man1/fdwrite.1.
 OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
 .endif
 
+.if ${MK_FORTH} == no
+OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
+OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
+OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
+OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
+OLD_FILES+=usr/share/man/man8/color.4th.8.gz
+OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
+OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
+OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
+OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
+OLD_FILES+=usr/share/man/man8/version.4th.8.gz
+.endif
+
 .if ${MK_FREEBSD_UPDATE} == no
 OLD_FILES+=etc/freebsd-update.conf
 OLD_FILES+=usr/sbin/freebsd-update


More information about the svn-src-head mailing list