Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/compiler_rt Clean up a few more directories.



details:   https://anonhg.NetBSD.org/src/rev/224973557038
branches:  trunk
changeset: 795995:224973557038
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 16 00:08:17 2014 +0000

description:
Clean up a few more directories.

diffstat:

 sys/external/bsd/compiler_rt/prepare-import.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d8769cb51568 -r 224973557038 sys/external/bsd/compiler_rt/prepare-import.sh
--- a/sys/external/bsd/compiler_rt/prepare-import.sh    Fri May 16 00:04:17 2014 +0000
+++ b/sys/external/bsd/compiler_rt/prepare-import.sh    Fri May 16 00:08:17 2014 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: prepare-import.sh,v 1.3 2014/02/26 22:37:56 joerg Exp $
+# $NetBSD: prepare-import.sh,v 1.4 2014/05/16 00:08:17 joerg Exp $
 #
 # Checkout compiler_rt into dist.
 # Run this script and check for additional files and directories to prune,
@@ -9,7 +9,7 @@
 
 cd dist
 rm -rf .svn
-rm -rf SDKs cmake include make third_party unittests www
+rm -rf SDKs android cmake include make third_party unittests www
 rm -f .arcconfig .gitignore CMakeLists.txt Makefile
 rm -rf lib/BlocksRuntime lib/asan lib/dfsan lib/interception lib/lsan
 rm -rf lib/msan lib/msandr lib/sanitizer_common lib/tsan lib/ubsan



Home | Main Index | Thread Index | Old Index