svn commit: r213892 - head

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Oct 15 14:34:34 UTC 2010


Author: nwhitehorn
Date: Fri Oct 15 14:34:34 2010
New Revision: 213892
URL: http://svn.freebsd.org/changeset/base/213892

Log:
  Prevent the ofwdump manpage from being deleted by make delete-old on
  PowerPC.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri Oct 15 14:33:46 2010	(r213891)
+++ head/ObsoleteFiles.inc	Fri Oct 15 14:34:34 2010	(r213892)
@@ -4971,7 +4971,7 @@ OLD_FILES+=usr/share/man/man5/usbd.conf.
 .if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"
 OLD_FILES+=usr/share/man/man8/boot_i386.8.gz
 .endif
-.if ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "sparc64"
+.if ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && ${TARGET_ARCH} != "sparc64"
 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