Synchronise with new components we are currently not interested in.
This commit is contained in:
parent
c550715550
commit
219788954c
|
@ -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 @@ cd dist
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue