update scripts
[lttv.git] / scripts / lttng-6-split-script.sh
index 0ef108ddcbb8f2e76aeaa59c67829d3174bed31d..c1e68e9fb2d146ae271ad06c243e5f6db4f321e6 100755 (executable)
@@ -12,7 +12,7 @@ function wr () {
 
 
 PRENAME=patch
-NAME=-2.6.20-rc6-lttng-$1
+NAME=-2.6.20-lttng-$1
 ALL_NAME=${PRENAME}${NAME}-all.diff
 VALUE=1
 printf -v COUNT "%02d" ${VALUE}
@@ -34,6 +34,16 @@ for a in *; do
        rm $a.tmp;
 done
 
+#hotfix 2.6.20
+FILE=../${PRENAME}${COUNT}${NAME}-hotfix.diff
+VALUE=$(( ${VALUE} + 1 ))
+printf -v COUNT "%02d" ${VALUE}
+
+IN="?_include_asm-powerpc_prom.h"
+
+for a in $IN; do wr $a $FILE; done
+
+
 #for hotplug
 FILE=../${PRENAME}${COUNT}${NAME}-relay.diff
 VALUE=$(( ${VALUE} + 1 ))
@@ -189,7 +199,9 @@ FILE=../${PRENAME}${COUNT}${NAME}-atomic-powerpc.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
-IN="?_include_asm-powerpc_atomic.h"
+IN="?_include_asm-powerpc_atomic.h
+?_include_asm-powerpc_bitops.h
+?_include_asm-powerpc_system.h"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.024637 seconds and 4 git commands to generate.