tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / libc++ / prepare-import.sh
blob5249f93abb5220a46ccc4e09f6f6874c4c700f8b
1 #!/bin/sh
2 # $NetBSD: prepare-import.sh,v 1.1 2013/05/17 23:00:22 joerg Exp $
4 # Checkout libc++ and libcxxrt in the corresponding subdirectories of
5 # dist. Run this script and check for additional files and
6 # directories to prune, only relevant content should be included.
8 set -e
10 cd dist/libcxx
11 rm -rf .svn cmake Makefile CMakeLists.txt lib src/support www .arcconfig
12 rm -rf include/support
13 cd ../libcxxrt
14 rm -rf .git CMakeLists.txt */CMakeLists.txt src/doxygen_config