Fixing some differences between CVS and SVN diff'ing. Reid fixed these already,
authorChandler Carruth <chandlerc@gmail.com>
Fri, 20 Jul 2007 17:21:54 +0000 (17:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 20 Jul 2007 17:21:54 +0000 (17:21 +0000)
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

utils/mkpatch

index afdd5fe28c6e52c025ac521a9e5192add0e63ace..c8df21c9ec9fb517c413f6ca4fa0e696c9304372 100755 (executable)
@@ -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