[llvm-commits] CVS: llvm/utils/mkpatch

Reid Spencer reid at x10sys.com
Wed Jan 10 22:52:12 PST 2007



Changes in directory llvm/utils:

mkpatch updated: 1.2 -> 1.3
---
Log message:

Put in some needed \ at the end of lines!!!


---
Diffs of the changes:  (+1 -1)

 mkpatch |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/utils/mkpatch
diff -u llvm/utils/mkpatch:1.2 llvm/utils/mkpatch:1.3
--- llvm/utils/mkpatch:1.2	Sat Nov 18 12:30:18 2006
+++ llvm/utils/mkpatch	Thu Jan 11 00:51:56 2007
@@ -29,7 +29,7 @@
 echo "mkpatch: Removing cruft from the patch file"
 sed "$NAME".patch.raw -e '/^[?] .*/d' -e '/^cvs diff: Diffing/d' | awk '\
 BEGIN { deleting = 0; } \
-/^Index: .*[.]cvs$/ { deleting = 1; fname=substr($0,7);
+/^Index: .*[.]cvs$/ { deleting = 1; fname=substr($0,7); \
   print "Skipping: ", fname > "/dev/stderr"; } \
 /^Index:.*/ && !/^Index: .*[.]cvs$/ { deleting = 0; } \
 { if (! deleting) { print; } } \






More information about the llvm-commits mailing list