mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Subversionify the script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0616dffd64
commit
0793b36fd6
@ -18,9 +18,9 @@ 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"
|
||||||
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"
|
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 \
|
autoconf docs utils include lib/System lib/Support lib/VMCore lib/AsmParser \
|
||||||
lib/Bytecode lib/Analysis lib/Transforms lib/CodeGen lib/Target \
|
lib/Bytecode lib/Analysis lib/Transforms lib/CodeGen lib/Target \
|
||||||
lib/ExecutionEngine lib/Debugger lib/Linker \
|
lib/ExecutionEngine lib/Debugger lib/Linker \
|
||||||
|
Loading…
Reference in New Issue
Block a user