1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Fixing some differences between CVS and SVN diff'ing. Reid fixed these already,

but I think it got lost in the conversion mess.

llvm-svn: 40107
This commit is contained in:
Chandler Carruth 2007-07-20 17:21:54 +00:00
parent 87107326f6
commit ae2ae3b023

View File

@ -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