diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2007-07-20 17:21:54 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2007-07-20 17:21:54 +0000 |
| commit | 5dfeb9940c71a7b10cffc9bcecdd7b8e37231b41 (patch) | |
| tree | 13beb0adb488d67a3ffec3b51561e3b245391d89 /llvm/utils | |
| parent | f14d03f515605a33d8353ae34aa33d989028b20a (diff) | |
| download | bcm5719-llvm-5dfeb9940c71a7b10cffc9bcecdd7b8e37231b41.tar.gz bcm5719-llvm-5dfeb9940c71a7b10cffc9bcecdd7b8e37231b41.zip | |
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
Diffstat (limited to 'llvm/utils')
| -rwxr-xr-x | llvm/utils/mkpatch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/mkpatch b/llvm/utils/mkpatch index afdd5fe28c6..c8df21c9ec9 100755 --- a/llvm/utils/mkpatch +++ b/llvm/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 |

