Deleted Added
full compact
ObsoleteFiles.inc (206717) ObsoleteFiles.inc (207995)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 206717 2010-04-17 01:17:31Z jmallett $
2# $FreeBSD: head/ObsoleteFiles.inc 207995 2010-05-12 19:59:32Z obrien $
3#
4# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and
5# directories (OLD_DIRS) which should get removed at an update. Recently
6# removed entries first (with the date as a comment). Dynamic libraries are
7# special cased (OLD_LIBS). Static libraries or the generic links to
8# the dynamic libraries (lib*.so) should (if you don't know why to make an
9# exception, make this a "must") be viewed as normal files (OLD_FILES).
10#
11# In case of a complete directory hierarchy the sorting is in depth first
12# order.
13#
14# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
15#
16
3#
4# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and
5# directories (OLD_DIRS) which should get removed at an update. Recently
6# removed entries first (with the date as a comment). Dynamic libraries are
7# special cased (OLD_LIBS). Static libraries or the generic links to
8# the dynamic libraries (lib*.so) should (if you don't know why to make an
9# exception, make this a "must") be viewed as normal files (OLD_FILES).
10#
11# In case of a complete directory hierarchy the sorting is in depth first
12# order.
13#
14# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
15#
16
17# 20100511: move GCC-specific headers to /usr/include/gcc
18.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
19OLD_FILES+=usr/include/emmintrin.h
20OLD_FILES+=usr/include/mm_malloc.h
21OLD_FILES+=usr/include/pmmintrin.h
22OLD_FILES+=usr/include/xmmintrin.h
23.endif
24.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "arm"
25OLD_FILES+=usr/include/mmintrin.h
26.endif
27.if ${TARGET_ARCH} == "ia64"
28OLD_FILES+=usr/include/ia64intrin.h
29.endif
30.if ${TARGET_ARCH} == "powerpc"
31OLD_FILES+=usr/include/altivec.h
32OLD_FILES+=usr/include/ppc-asm.h
33OLD_FILES+=usr/include/spe.h
34.endif
17# 20100416: [mips] removed <machine/psl.h>
18.if ${TARGET_ARCH} == "mips"
19OLD_FILES+=usr/include/machine/psl.h
20.endif
21# 20100415: [mips] removed unused headers
22.if ${TARGET_ARCH} == "mips"
23OLD_FILES+=usr/include/machine/archtype.h
24OLD_FILES+=usr/include/machine/segments.h

--- 5244 unchanged lines hidden ---
35# 20100416: [mips] removed <machine/psl.h>
36.if ${TARGET_ARCH} == "mips"
37OLD_FILES+=usr/include/machine/psl.h
38.endif
39# 20100415: [mips] removed unused headers
40.if ${TARGET_ARCH} == "mips"
41OLD_FILES+=usr/include/machine/archtype.h
42OLD_FILES+=usr/include/machine/segments.h

--- 5244 unchanged lines hidden ---