update mkpatch, patch by Garrison Venn!
authorChris Lattner <sabre@nondot.org>
Mon, 18 Jan 2010 21:09:05 +0000 (21:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Jan 2010 21:09:05 +0000 (21:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93771 91177308-0d34-0410-b5e6-96231b3b80d8

utils/mkpatch

index d256d98f6f3d3541cafe093d39b7fdf4bf90d198..278a241018fa9bb5ead649f6c5d709f4e0ce83fb 100755 (executable)
@@ -23,8 +23,8 @@ 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/Bitcode lib/Analysis lib/Transforms lib/CodeGen lib/Target \
-  lib/ExecutionEngine lib/Debugger lib/Linker \
-  tools test unittests runtime projects examples win32 Xcode
+  lib/ExecutionEngine lib/Linker \
+  tools test unittests runtime projects examples Xcode
 
 echo "mkpatch: Removing cruft from the patch file"
 sed -e '/^[?] .*/d' -e '/^cvs diff: Diffing/d' "$NAME".patch.raw | awk '\