From e24cd4a75788b4b7808e4d1cd6479e890b48f3a5 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 24 Nov 2006 20:07:08 +0000 Subject: [PATCH] update compat git-svn-id: http://ltt.polymtl.ca/svn@2267 04897980-b3bd-0310-b5e0-8ef037075253 --- scripts/git-diff-core | 2 +- scripts/lttng-core-split-script.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/git-diff-core b/scripts/git-diff-core index cc8d85a4..587cb9ac 100755 --- a/scripts/git-diff-core +++ b/scripts/git-diff-core @@ -1,3 +1,3 @@ #!/bin/sh -git-diff-tree -p -r v2.6.17 lttng-$1-core-for-2.6.17 > ../patch-2.6.17-lttng-core-$1-all.diff +git-diff-tree -p -r v2.6.18 lttng-$1-core-for-2.6.18 > ../patch-2.6.18-lttng-core-$1-all.diff diff --git a/scripts/lttng-core-split-script.sh b/scripts/lttng-core-split-script.sh index a1d0b29e..33c54675 100755 --- a/scripts/lttng-core-split-script.sh +++ b/scripts/lttng-core-split-script.sh @@ -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} -- 2.34.1