Module Name:    src
Committed By:   joerg
Date:           Fri May 17 23:00:22 UTC 2013

Added Files:
        src/external/bsd/libc++: prepare-import.sh

Log Message:
Add cleanup scripts for future imports.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/libc++/prepare-import.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/external/bsd/libc++/prepare-import.sh
diff -u /dev/null src/external/bsd/libc++/prepare-import.sh:1.1
--- /dev/null	Fri May 17 23:00:22 2013
+++ src/external/bsd/libc++/prepare-import.sh	Fri May 17 23:00:22 2013
@@ -0,0 +1,15 @@
+#!/bin/sh
+# $NetBSD: prepare-import.sh,v 1.1 2013/05/17 23:00:22 joerg Exp $
+#
+# Checkout libc++ and libcxxrt in the corresponding subdirectories of
+# dist.  Run this script and check for additional files and
+# directories to prune, only relevant content should be included.
+
+set -e
+
+cd dist/libcxx
+rm -rf .svn cmake Makefile CMakeLists.txt lib src/support www .arcconfig
+rm -rf include/support
+cd ../libcxxrt
+rm -rf .git CMakeLists.txt */CMakeLists.txt src/doxygen_config
+

Reply via email to