14684ddb6SLionel Sambuc#!/bin/sh 2*0a6a1f1dSLionel Sambuc# $NetBSD: prepare-import.sh,v 1.3 2015/08/20 10:06:21 joerg Exp $ 34684ddb6SLionel Sambuc# 44684ddb6SLionel Sambuc# Checkout libc++ and libcxxrt in the corresponding subdirectories of 54684ddb6SLionel Sambuc# dist. Run this script and check for additional files and 64684ddb6SLionel Sambuc# directories to prune, only relevant content should be included. 74684ddb6SLionel Sambuc 84684ddb6SLionel Sambucset -e 94684ddb6SLionel Sambuc 104684ddb6SLionel Sambuccd dist/libcxx 114684ddb6SLionel Sambucrm -rf .svn cmake Makefile CMakeLists.txt lib src/support www .arcconfig 12*0a6a1f1dSLionel Sambucrm -rf include/support */CMakeLists.txt .gitignore 134684ddb6SLionel Sambuccd ../libcxxrt 144684ddb6SLionel Sambucrm -rf .git CMakeLists.txt */CMakeLists.txt src/doxygen_config 154684ddb6SLionel Sambuc 16