update marker
[lttv.git] / scripts / lttng-6-split-script.sh
index 60e01d0a0a2b7f96abd0236f58c33eb748e009b2..af7af9d60ab08cc3d32a5247b6a273fa22d3056a 100755 (executable)
@@ -145,6 +145,14 @@ IN="?_include_asm-arm_marker.h
 
 for a in $IN; do wr $a $FILE; done
 
+FILE=../${PRENAME}${COUNT}${NAME}-markers-doc.diff
+VALUE=$(( ${VALUE} + 1 ))
+printf -v COUNT "%02d" ${VALUE}
+
+IN="?_Documentation_marker.txt"
+
+for a in $IN; do wr $a $FILE; done
+
 
 #atomic
 
@@ -300,8 +308,7 @@ FILE=../${PRENAME}${COUNT}${NAME}-local-powerpc.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
-IN="?_include_asm-powerpc_local.h
-?_include_asm-powerpc_system.h"
+IN="?_include_asm-powerpc_local.h"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -641,6 +648,14 @@ IN="?_arch_sh64_kernel_entry.S
 
 for a in $IN; do wr $a $FILE; done
 
+#limited
+FILE=../${PRENAME}${COUNT}${NAME}-instrumentation-alpha.diff
+VALUE=$(( ${VALUE} + 1 ))
+printf -v COUNT "%02d" ${VALUE}
+
+IN="?_include_asm-alpha_thread_info.h"
+
+for a in $IN; do wr $a $FILE; done
 
 FILE=../${PRENAME}${COUNT}${NAME}-instrumentation.diff
 VALUE=$(( ${VALUE} + 1 ))
This page took 0.023083 seconds and 4 git commands to generate.