summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2007-07-20 17:21:54 +0000
committerChandler Carruth <chandlerc@gmail.com>2007-07-20 17:21:54 +0000
commitef3d01635a73766cee22d4a9bb60d7b410aabdb0 (patch)
tree276c51fae9b6d06227b1b73cfeadc1ac5ae981ae /utils
parent9941f7426ddef3a9f9de4b82630deaf4756fd924 (diff)
downloadllvm-ef3d01635a73766cee22d4a9bb60d7b410aabdb0.tar.gz
llvm-ef3d01635a73766cee22d4a9bb60d7b410aabdb0.tar.bz2
llvm-ef3d01635a73766cee22d4a9bb60d7b410aabdb0.tar.xz
Fixing some differences between CVS and SVN diff'ing. Reid fixed these already,
but I think it got lost in the conversion mess. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/mkpatch4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mkpatch b/utils/mkpatch
index afdd5fe28c..c8df21c9ec 100755
--- a/utils/mkpatch
+++ b/utils/mkpatch
@@ -18,11 +18,11 @@ if [ "$#" -ne 1 ] ; then
fi
NAME="$1"
echo "mkpatch: Generating differences on top level files"
-svn diff -N -x -u -N * > "$NAME".patch.raw 2>&1
+svn diff -N -x -u > "$NAME".patch.raw 2>&1
echo "mkpatch: Generating differences on all directories"
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/Bitcode lib/Analysis lib/Transforms lib/CodeGen lib/Target \
lib/ExecutionEngine lib/Debugger lib/Linker \
tools test runtime projects examples win32 Xcode