update script
[lttv.git] / scripts / lttng-6-split-script.sh
index 716ca82216b03d4a6b3225f36875daa38f74fa44..1066397a7e0fb7556cd85025d23668e1496d1928 100755 (executable)
@@ -12,7 +12,7 @@ function wr () {
 
 
 PRENAME=patch
-NAME=-2.6.19-lttng-$1
+NAME=-2.6.20-rc1-git7-lttng-$1
 ALL_NAME=${PRENAME}${NAME}-all.diff
 VALUE=1
 printf -v COUNT "%02d" ${VALUE}
@@ -41,6 +41,7 @@ printf -v COUNT "%02d" ${VALUE}
 
 IN="?_include_linux_relay.h
 ?_kernel_relay.c
+?_Documentation_filesystems_relay.txt
 ?_block_blktrace.c"
 
 for a in $IN; do wr $a $FILE; done
@@ -66,7 +67,6 @@ IN="?_include_asm-generic_vmlinux.lds.h
 ?_include_asm-mips_marker.h
 ?_include_asm-parisc_marker.h
 ?_include_asm-powerpc_marker.h
-?_include_asm-ppc64_marker.h
 ?_include_asm-ppc_marker.h
 ?_include_asm-s390_marker.h
 ?_include_asm-sh64_marker.h
@@ -87,7 +87,6 @@ printf -v COUNT "%02d" ${VALUE}
 IN="
 ?_include_asm-alpha_atomic.h
 ?_include_asm-alpha_system.h
-?_include_asm-arm_atomic.h
 ?_include_asm-generic_atomic.h
 ?_include_asm-i386_atomic.h
 ?_include_asm-i386_system.h
This page took 0.023174 seconds and 4 git commands to generate.