Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/compiler_rt Synchronise with new components...



details:   https://anonhg.NetBSD.org/src/rev/7af186b299e6
branches:  trunk
changeset: 343817:7af186b299e6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Feb 27 19:12:05 2016 +0000

description:
Synchronise with new components we are currently not interested in.

diffstat:

 sys/external/bsd/compiler_rt/prepare-import.sh |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r cd27771f659f -r 7af186b299e6 sys/external/bsd/compiler_rt/prepare-import.sh
--- a/sys/external/bsd/compiler_rt/prepare-import.sh    Sat Feb 27 19:08:23 2016 +0000
+++ b/sys/external/bsd/compiler_rt/prepare-import.sh    Sat Feb 27 19:12:05 2016 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: prepare-import.sh,v 1.4 2014/05/16 00:08:17 joerg Exp $
+# $NetBSD: prepare-import.sh,v 1.5 2016/02/27 19:12:05 joerg Exp $
 #
 # Checkout compiler_rt into dist.
 # Run this script and check for additional files and directories to prune,
@@ -11,9 +11,13 @@
 rm -rf .svn
 rm -rf SDKs android cmake include make third_party unittests www
 rm -f .arcconfig .gitignore CMakeLists.txt Makefile
-rm -rf lib/BlocksRuntime lib/asan lib/dfsan lib/interception lib/lsan
-rm -rf lib/msan lib/msandr lib/sanitizer_common lib/tsan lib/ubsan
-rm -rf test/BlocksRuntime test/asan test/dfsan test/lit.* test/lsan test/msan test/sanitizer_common test/tsan test/ubsan
+rm -rf lib/BlocksRuntime lib/asan lib/dfsan lib/interception lib/lsan lib/cfi
+rm -rf lib/msan lib/msandr lib/sanitizer_common lib/safestack lib/tsan lib/ubsan
+rm -rf  lib/builtins/Darwin-excludes lib/builtins/macho_embedded
+rm -rf test/BlocksRuntime test/asan test/cfi test/dfsan test/lit.* test/lsan
+rm -rf test/msan test/sanitizer_common test/safestack test/tsan test/ubsan
 rm -f lib/*/*/Makefile.mk lib/*/Makefile.mk */Makefile.mk
 rm -f lib/*/CMakeLists.txt */CMakeLists.txt
 rm -f lib/builtins/apple_versioning.c lib/lit.common.*
+cd ..
+find dist -type d -delete 2> /dev/null



Home | Main Index | Thread Index | Old Index