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

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 3 03:11:25 UTC 2015


Author: amdmi3 (ports committer)
Date: Tue Feb  3 03:11:24 2015
New Revision: 278133
URL: https://svnweb.freebsd.org/changeset/base/278133

Log:
  - Remove more files when MK_TEXTPROC == 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 Feb  3 03:10:23 2015	(r278132)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Tue Feb  3 03:11:24 2015	(r278133)
@@ -7292,6 +7292,15 @@ OLD_FILES+=${TESTS_FILES}
 . endif
 .endif	# Test suite.
 
+.if ${MK_TEXTPROC} == no
+OLD_FILES+=usr/bin/checknr
+OLD_FILES+=usr/bin/colcrt
+OLD_FILES+=usr/bin/ul
+OLD_FILES+=usr/share/man/man1/checknr.1.gz
+OLD_FILES+=usr/share/man/man1/colcrt.1.gz
+OLD_FILES+=usr/share/man/man1/ul.1.gz
+.endif
+
 #.if ${MK_TOOLCHAIN} == no
 # to be filled in
 #.endif


More information about the svn-src-all mailing list