etc/services - sync with NetBSD-8
[minix.git] / external / bsd / libc++ / prepare-import.sh
blob56d14a3d668e642e835231fc2e7826ef9f9e11fb
1 #!/bin/sh
2 # $NetBSD: prepare-import.sh,v 1.3 2015/08/20 10:06:21 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 */CMakeLists.txt .gitignore
13 cd ../libcxxrt
14 rm -rf .git CMakeLists.txt */CMakeLists.txt src/doxygen_config