From 0fb904de3870ae99e7e320f1bfe0b3e5b2e7ae39 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 8 Feb 2007 15:57:22 +0000 Subject: [PATCH] update scripts git-svn-id: http://ltt.polymtl.ca/svn@2380 04897980-b3bd-0310-b5e0-8ef037075253 --- scripts/lttng-6-split-script.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/lttng-6-split-script.sh b/scripts/lttng-6-split-script.sh index 60e01d0a..b52c2101 100755 --- a/scripts/lttng-6-split-script.sh +++ b/scripts/lttng-6-split-script.sh @@ -641,6 +641,14 @@ IN="?_arch_sh64_kernel_entry.S for a in $IN; do wr $a $FILE; done +#limited +FILE=../${PRENAME}${COUNT}${NAME}-instrumentation-alpha.diff +VALUE=$(( ${VALUE} + 1 )) +printf -v COUNT "%02d" ${VALUE} + +IN="?_include_asm-alpha_thread_info.h" + +for a in $IN; do wr $a $FILE; done FILE=../${PRENAME}${COUNT}${NAME}-instrumentation.diff VALUE=$(( ${VALUE} + 1 )) -- 2.34.1