Home | History | Annotate | Line # | Download | only in compiler_rt
prepare-import.sh revision 1.1.4.3
      1  1.1.4.2  rmind #!/bin/sh
      2  1.1.4.2  rmind # $NetBSD: prepare-import.sh,v 1.1.4.3 2014/05/18 17:45:53 rmind Exp $
      3  1.1.4.2  rmind #
      4  1.1.4.2  rmind # Checkout compiler_rt into dist.
      5  1.1.4.2  rmind # Run this script and check for additional files and directories to prune,
      6  1.1.4.2  rmind # only relevant content should be included.
      7  1.1.4.2  rmind 
      8  1.1.4.2  rmind set -e
      9  1.1.4.2  rmind 
     10  1.1.4.2  rmind cd dist
     11  1.1.4.2  rmind rm -rf .svn
     12  1.1.4.3  rmind rm -rf SDKs android cmake include make third_party unittests www
     13  1.1.4.2  rmind rm -f .arcconfig .gitignore CMakeLists.txt Makefile
     14  1.1.4.3  rmind rm -rf lib/BlocksRuntime lib/asan lib/dfsan lib/interception lib/lsan
     15  1.1.4.3  rmind rm -rf lib/msan lib/msandr lib/sanitizer_common lib/tsan lib/ubsan
     16  1.1.4.3  rmind rm -rf test/BlocksRuntime test/asan test/dfsan test/lit.* test/lsan test/msan test/sanitizer_common test/tsan test/ubsan
     17  1.1.4.3  rmind rm -f lib/*/*/Makefile.mk lib/*/Makefile.mk */Makefile.mk
     18  1.1.4.3  rmind rm -f lib/*/CMakeLists.txt */CMakeLists.txt
     19  1.1.4.3  rmind rm -f lib/builtins/apple_versioning.c lib/lit.common.*
     20