From e6d871b796a76e8e63c794fa64effd93d35076b9 Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 27 Jan 2007 17:44:59 +0000 Subject: [PATCH] update scripts git-svn-id: http://ltt.polymtl.ca/svn@2350 04897980-b3bd-0310-b5e0-8ef037075253 --- scripts/lttng-6-split-script.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/lttng-6-split-script.sh b/scripts/lttng-6-split-script.sh index ee8e6f89..0ef108dd 100755 --- a/scripts/lttng-6-split-script.sh +++ b/scripts/lttng-6-split-script.sh @@ -202,6 +202,13 @@ IN="?_include_asm-sparc64_atomic.h" for a in $IN; do wr $a $FILE; done +FILE=../${PRENAME}${COUNT}${NAME}-atomic-s390.diff +VALUE=$(( ${VALUE} + 1 )) +printf -v COUNT "%02d" ${VALUE} + +IN="?_include_asm-s390_atomic.h" + +for a in $IN; do wr $a $FILE; done FILE=../${PRENAME}${COUNT}${NAME}-atomic-x86_64.diff VALUE=$(( ${VALUE} + 1 )) -- 2.34.1