Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libc++ Remove some more CMakeLists.txt files.
details:   https://anonhg.NetBSD.org/src/rev/4ea9cb73ffe6
branches:  trunk
changeset: 329232:4ea9cb73ffe6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu May 15 23:59:12 2014 +0000
description:
Remove some more CMakeLists.txt files.
diffstat:
 external/bsd/libc++/prepare-import.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 23c2eae207c1 -r 4ea9cb73ffe6 external/bsd/libc++/prepare-import.sh
--- a/external/bsd/libc++/prepare-import.sh     Thu May 15 23:59:05 2014 +0000
+++ b/external/bsd/libc++/prepare-import.sh     Thu May 15 23:59:12 2014 +0000
@@ -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 @@
 
 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
 
Home |
Main Index |
Thread Index |
Old Index