svn commit: r241599 - in stable/9: . lib/clang/include
Jung-uk Kim
jkim at FreeBSD.org
Mon Oct 15 21:53:27 UTC 2012
Author: jkim
Date: Mon Oct 15 21:53:26 2012
New Revision: 241599
URL: http://svn.freebsd.org/changeset/base/241599
Log:
MFC: r241214
Do not install incomplete unwind.h from clang.
Modified:
stable/9/ObsoleteFiles.inc
stable/9/lib/clang/include/Makefile
Directory Properties:
stable/9/lib/clang/include/ (props changed)
Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc Mon Oct 15 20:19:57 2012 (r241598)
+++ stable/9/ObsoleteFiles.inc Mon Oct 15 21:53:26 2012 (r241599)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20121015: remove incomplete unwind.h
+OLD_FILES+=usr/include/clang/3.1/unwind.h
# 20120713: auth.conf removed
OLD_FILES+=etc/auth.conf
OLD_FILES+=usr/share/examples/etc/auth.conf
Modified: stable/9/lib/clang/include/Makefile
==============================================================================
--- stable/9/lib/clang/include/Makefile Mon Oct 15 20:19:57 2012 (r241598)
+++ stable/9/lib/clang/include/Makefile Mon Oct 15 21:53:26 2012 (r241599)
@@ -23,7 +23,6 @@ INCS= altivec.h \
popcntintrin.h \
smmintrin.h \
tmmintrin.h \
- unwind.h \
wmmintrin.h \
x86intrin.h \
xmmintrin.h
More information about the svn-src-stable-9
mailing list