update scripts
[lttv.git] / scripts / lttng-6-split-script.sh
index f2562b849295e220244828a4948e4f31379179eb..9877910f779b12099330b7e801a115f4133404d8 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,8 @@ 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"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.021829 seconds and 4 git commands to generate.