update scripts
[lttv.git] / scripts / lttng-6-split-script.sh
index f2562b849295e220244828a4948e4f31379179eb..ee8e6f89539a7ecbacdce0bd07bdc67338585e29 100755 (executable)
@@ -12,7 +12,7 @@ function wr () {
 
 
 PRENAME=patch
-NAME=-2.6.20-rc4-git3-lttng-$1
+NAME=-2.6.20-rc6-lttng-$1
 ALL_NAME=${PRENAME}${NAME}-all.diff
 VALUE=1
 printf -v COUNT "%02d" ${VALUE}
@@ -84,7 +84,9 @@ FILE=../${PRENAME}${COUNT}${NAME}-markers-i386.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
-IN="?_include_asm-i386_marker.h"
+IN="?_include_asm-i386_marker.h
+?_arch_i386_kernel_marker.c
+?_arch_i386_kernel_Makefile"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.023109 seconds and 4 git commands to generate.