svn commit: r209640 - head

Marcel Moolenaar marcel at FreeBSD.org
Fri Jul 2 02:20:26 UTC 2010


Author: marcel
Date: Fri Jul  2 02:20:25 2010
New Revision: 209640
URL: http://svn.freebsd.org/changeset/base/209640

Log:
  <machine/intr.h> removed on powerpc.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri Jul  2 02:17:39 2010	(r209639)
+++ head/ObsoleteFiles.inc	Fri Jul  2 02:20:25 2010	(r209640)
@@ -14,6 +14,10 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20100701: [powerpc] removed <machine/intr.h>
+.if ${TARGET_ARCH} == "powerpc"
+OLD_FILES+=usr/include/machine/intr.h
+.endif
 # 20100514: library version bump for versioned symbols for liblzma
 OLD_LIBS+=usr/lib/liblzma.so.0
 .if ${TARGET_ARCH} == "amd64"


More information about the svn-src-all mailing list