mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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
This commit is contained in:
parent
9941f7426d
commit
ef3d01635a
@ -18,11 +18,11 @@ if [ "$#" -ne 1 ] ; then
|
|||||||
fi
|
fi
|
||||||
NAME="$1"
|
NAME="$1"
|
||||||
echo "mkpatch: Generating differences on top level files"
|
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"
|
echo "mkpatch: Generating differences on all directories"
|
||||||
svn diff -x -u >> "$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 \
|
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 \
|
lib/ExecutionEngine lib/Debugger lib/Linker \
|
||||||
tools test runtime projects examples win32 Xcode
|
tools test runtime projects examples win32 Xcode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user