summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 07:41:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 07:41:11 +0000
commitb936bc2067b9f95a1ff7ddf4b6757496d4fdd6e1 (patch)
tree2eedc989567fe8d3cedbb927edfbea61e7f703c1
parent1c83b5d999da699582ed90a9a7a7b5cae5a9abf2 (diff)
downloadbcm5719-llvm-b936bc2067b9f95a1ff7ddf4b6757496d4fdd6e1.tar.gz
bcm5719-llvm-b936bc2067b9f95a1ff7ddf4b6757496d4fdd6e1.zip
Subversionify the script.
llvm-svn: 38440
-rwxr-xr-xllvm/utils/mkpatch4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/mkpatch b/llvm/utils/mkpatch
index 415fa7870ea..afdd5fe28c6 100755
--- a/llvm/utils/mkpatch
+++ b/llvm/utils/mkpatch
@@ -18,9 +18,9 @@ if [ "$#" -ne 1 ] ; then
fi
NAME="$1"
echo "mkpatch: Generating differences on top level files"
-cvs diff -l -Ntdup -5 . > "$NAME".patch.raw 2>&1
+svn diff -N -x -u -N * > "$NAME".patch.raw 2>&1
echo "mkpatch: Generating differences on all directories"
-cvs diff -Ntdup -5 >> "$NAME".patch.raw 2>&1 \
+svn diff -x -u >> "$NAME".patch.raw 2>&1 \
autoconf docs utils include lib/System lib/Support lib/VMCore lib/AsmParser \
lib/Bytecode lib/Analysis lib/Transforms lib/CodeGen lib/Target \
lib/ExecutionEngine lib/Debugger lib/Linker \
OpenPOWER on IntegriCloud