Module Name:    src
Committed By:   joerg
Date:           Thu May 15 23:59:12 UTC 2014

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

Log Message:
Remove some more CMakeLists.txt files.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.

Modified files:

Index: src/external/bsd/libc++/prepare-import.sh
diff -u src/external/bsd/libc++/prepare-import.sh:1.1 src/external/bsd/libc++/prepare-import.sh:1.2
--- src/external/bsd/libc++/prepare-import.sh:1.1	Fri May 17 23:00:22 2013
+++ src/external/bsd/libc++/prepare-import.sh	Thu May 15 23:59:12 2014
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: prepare-import.sh,v 1.1 2013/05/17 23:00:22 joerg Exp $
+# $NetBSD: prepare-import.sh,v 1.2 2014/05/15 23:59:12 joerg Exp $
 #
 # Checkout libc++ and libcxxrt in the corresponding subdirectories of
 # dist.  Run this script and check for additional files and
@@ -9,7 +9,7 @@ set -e
 
 cd dist/libcxx
 rm -rf .svn cmake Makefile CMakeLists.txt lib src/support www .arcconfig
-rm -rf include/support
+rm -rf include/support */CMakeLists.txt
 cd ../libcxxrt
 rm -rf .git CMakeLists.txt */CMakeLists.txt src/doxygen_config
 

Reply via email to