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

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 11 14:41:13 UTC 2017


Author: bapt
Date: Wed Oct 11 14:41:11 2017
New Revision: 324532
URL: https://svnweb.freebsd.org/changeset/base/324532

Log:
  Do not try to remove diff.7 optionaly has it is always removed
  since GNU diff(1) has been replaced with BSD diff(1)

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Oct 11 14:34:06 2017	(r324531)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Oct 11 14:41:11 2017	(r324532)
@@ -2482,7 +2482,6 @@ OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
 .if ${MK_GNU_DIFF} == no
 OLD_FILES+=usr/bin/diff3
 OLD_FILES+=usr/share/man/man1/diff3.1.gz
-OLD_FILES+=usr/share/man/man7/diff.7.gz
 .endif
 
 .if ${MK_GNU_GREP} == no


More information about the svn-src-head mailing list