svn commit: r314401 - head

John Baldwin jhb at FreeBSD.org
Tue Feb 28 19:32:46 UTC 2017


Author: jhb
Date: Tue Feb 28 19:32:45 2017
New Revision: 314401
URL: https://svnweb.freebsd.org/changeset/base/314401

Log:
  Don't remove ofwdump.8 on FreeBSD/mips.
  
  FreeBSD/mips has installed ofwdump by default since r288232.
  
  Sponsored by:	DARPA / AFRL

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Feb 28 19:27:41 2017	(r314400)
+++ head/ObsoleteFiles.inc	Tue Feb 28 19:32:45 2017	(r314401)
@@ -8346,7 +8346,7 @@ OLD_FILES+=usr/share/man/man8/boot_i386.
 .endif
 .if ${TARGET_ARCH} != "aarch64" && ${TARGET} != "arm" && \
     ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && \
-    ${TARGET_ARCH} != "sparc64"
+    ${TARGET_ARCH} != "sparc64" && ${TARGET} != "mips"
 OLD_FILES+=usr/share/man/man8/ofwdump.8.gz
 .endif
 OLD_FILES+=usr/share/man/man8/mount_reiserfs.8.gz


More information about the svn-src-all mailing list