root/trunk/mkpatch.sh

Revision 21, 145 bytes (checked in by teqdruid, 2 years ago)

Update to GDB 6.5

  • Property svn:executable set to *
Line 
1 #!/bin/bash
2
3 rm mod/gdb/*~
4 diff -Naur -X ignore.pattern orig mod > d-gdb6.5.patch
5 # Then go into gdb main dir and run patch -p1 < d-gdb6.5.patch
Note: See TracBrowser for help on using the browser.