update scripts
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Jan 2007 17:44:59 +0000 (17:44 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Jan 2007 17:44:59 +0000 (17:44 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2350 04897980-b3bd-0310-b5e0-8ef037075253

scripts/lttng-6-split-script.sh

index ee8e6f89539a7ecbacdce0bd07bdc67338585e29..0ef108ddcbb8f2e76aeaa59c67829d3174bed31d 100755 (executable)
@@ -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 ))
This page took 0.023979 seconds and 4 git commands to generate.