update scripts
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 8 Feb 2007 15:57:22 +0000 (15:57 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 8 Feb 2007 15:57:22 +0000 (15:57 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2380 04897980-b3bd-0310-b5e0-8ef037075253

scripts/lttng-6-split-script.sh

index 60e01d0a0a2b7f96abd0236f58c33eb748e009b2..b52c21018a60d48d28f02dfc944607c6c116331b 100755 (executable)
@@ -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 ))
This page took 0.023576 seconds and 4 git commands to generate.