From: compudj Date: Fri, 16 Feb 2007 01:29:48 +0000 (+0000) Subject: update marker X-Git-Tag: v0.12.20~1100 X-Git-Url: https://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=0f5d6f3e71331c0a6b66233e5d9f523e1633ea7e update marker git-svn-id: http://ltt.polymtl.ca/svn@2389 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/scripts/lttng-6-split-script.sh b/scripts/lttng-6-split-script.sh index b52c2101..af7af9d6 100755 --- a/scripts/lttng-6-split-script.sh +++ b/scripts/lttng-6-split-script.sh @@ -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