update scripts
[lttv.git] / scripts / lttng-core-split-script.sh
index a1d0b29e61df18e6c6587e5fb69a7ba399524685..a8ba2850d78fd2dd174d7384f1141feb85a843f4 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# LTTng patch creation 
+# LTTng patch creation core
 # Creates a -all patch, and split it.
 # Mathieu Desnoyers, october 2005
 #$1 is the version
@@ -12,7 +12,7 @@ function wr () {
 
 
 PRENAME=patch
-NAME=-2.6.18-lttng-$1
+NAME=-2.6.18-lttng-core-$1
 ALL_NAME=${PRENAME}${NAME}-all.diff
 VALUE=1
 printf -v COUNT "%02d" ${VALUE}
@@ -84,7 +84,8 @@ IN="?_include_asm-generic_vmlinux.lds.h
 ?_include_asm-um_marker.h
 ?_include_asm-v850_marker.h
 ?_include_asm-x86_64_marker.h
-?_include_asm-xtensa_marker.h"
+?_include_asm-xtensa_marker.h
+?_kernel_module.c"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -109,7 +110,8 @@ VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
 IN="?_include_ltt_ltt-facility-core.h
-?_include_ltt_ltt-facility-id-core.h"
+?_include_ltt_ltt-facility-id-core.h
+?_include_ltt_ltt-facility-select-core.h"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.0232 seconds and 4 git commands to generate.