update scripts
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 5 Feb 2007 18:36:54 +0000 (18:36 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 5 Feb 2007 18:36:54 +0000 (18:36 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2365 04897980-b3bd-0310-b5e0-8ef037075253

scripts/lttng-6-split-script.sh

index c1e68e9fb2d146ae271ad06c243e5f6db4f321e6..2927881dce25a7add480d35c462235bf0b65598a 100755 (executable)
@@ -39,7 +39,9 @@ FILE=../${PRENAME}${COUNT}${NAME}-hotfix.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
-IN="?_include_asm-powerpc_prom.h"
+IN="?_include_asm-powerpc_prom.h
+?_include_asm-sparc64_tlb.h
+?_kernel_time_clocksource.c" # sched.h for m68k
 
 for a in $IN; do wr $a $FILE; done
 
@@ -116,6 +118,7 @@ VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
 IN="?_include_asm-arm_marker.h
+?_include_asm-arm_thread_info.h
 ?_include_asm-cris_marker.h
 ?_include_asm-frv_marker.h
 ?_include_asm-generic_marker.h
@@ -123,7 +126,9 @@ IN="?_include_asm-arm_marker.h
 ?_include_asm-ia64_marker.h
 ?_include_asm-m32r_marker.h
 ?_include_asm-m68k_marker.h
+?_include_asm-m68k_thread_info.h
 ?_include_asm-m68knommu_marker.h
+?_include_asm-m68knommu_thread_info.h
 ?_include_asm-mips_marker.h
 ?_include_asm-parisc_marker.h
 ?_include_asm-ppc_marker.h
@@ -485,8 +490,7 @@ IN="?_arch_arm_kernel_calls.S
 ?_arch_arm_kernel_ptrace.c
 ?_arch_arm_kernel_sys_arm.c
 ?_arch_arm_kernel_time.c
-?_arch_arm_kernel_traps.c
-?_include_asm-arm_thread_info.h"
+?_arch_arm_kernel_traps.c"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.023874 seconds and 4 git commands to generate.