On Saturday 30 May 2009, Peter Denison wrote: > Quilt. It's exactly the tool to do this.
Exactly. You're working with a series of patches all the time, so there's no special step to create one. It's also a good way to work with semi-stable snapshots while you finish stabilizing your work. You develop a series of "good" modular patches, test, debug, clean up; updating to a new base snapshot is just reverting all your patches, making sure the workspace is clean, then pulling in a new version and re-applying the patches. (They can need tweaking though.) It can also be done with "git" commands, but I've gotten into the habit of using quilt instead. - Dave _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
