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 Add helper script for future im...



details:   https://anonhg.NetBSD.org/src/rev/45dda74e03e1
branches:  trunk
changeset: 787813:45dda74e03e1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jul 04 22:12:40 2013 +0000

description:
Add helper script for future imports.

diffstat:

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

diffs (22 lines):

diff -r 92627e7b3526 -r 45dda74e03e1 sys/external/bsd/compiler_rt/prepare-import.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/external/bsd/compiler_rt/prepare-import.sh    Thu Jul 04 22:12:40 2013 +0000
@@ -0,0 +1,18 @@
+#!/bin/sh
+# $NetBSD: prepare-import.sh,v 1.1 2013/07/04 22:12:40 joerg Exp $
+#
+# Checkout compiler_rt into dist.
+# Run this script and check for additional files and directories to prune,
+# only relevant content should be included.
+
+set -e
+
+cd dist
+rm -rf .svn
+rm -rf BlocksRuntime SDKs cmake include make www
+rm -f .arcconfig .gitignore CMakeLists.txt Makefile
+rm -rf lib/asan lib/interception lib/msan lib/msandr lib/sanitizer_common
+rm -rf lib/tsan lib/ubsan
+rm -f lib/*/Makefile.mk lib/Makefile.mk lib/CMakeLists.txt
+rm -f lib/apple_versioning.c lib/lit.common.* lib/profile/CMakeLists.txt
+rmdir lib/sparc64



Home | Main Index | Thread Index | Old Index