|
|
Rockbox mail archiveSubject: Re: PatchingFrom: Daniel Stenberg (daniel_at_haxx.se) Date: 2002-08-29
On Wed, 28 Aug 2002, Chad wrote:
> Could someone please let me know if there is an easy way to insert the diff
The (GUN) 'patch' program! It used like this:
$ cd rockbox-root
Sometimes, the diff has path info you want to strip so that patch can find
$ patch -p0 < magic.patch
or
$ patch -p1 < magic.patch
If patch can't apply some changes that are in the diff, you'll get those
And I agree, we could put up some docs on the site on how to use diff and
-- Daniel "Bagder" Stenberg -- http://rockbox.haxx.se/
Page was last modified "Jan 10 2012" The Rockbox Crew |