xref: /netbsd-src/external/bsd/libc++/prepare-import.sh (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1#!/bin/sh
2# $NetBSD: prepare-import.sh,v 1.4 2021/05/30 01:56:59 joerg Exp $
3#
4# Checkout 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.
7
8set -e
9
10cd ../libcxxrt
11rm -rf .git CMakeLists.txt */CMakeLists.txt src/doxygen_config
12
13