Re: Patches vs complete tarballs....

david (david@kalifornia.com)
Wed, 12 Aug 1998 03:44:33 -0700


Reply to mail from John Cochran about Patches vs complete tarballs....
> 1. uncompress and untar the original unaltered source into a directory.
> 2. cd into said directory
> 3. patch -p2 < patch_file > results
> 4. examine results

i have had excellent luck for a long time running doing similar to the
following:

1. cd /usr/src/ (i store linux in /usr/src/linux/)
2. mv /tmp/patch.123.bz2 storage/
3. bunzip2 storage/patch.123.bz2
4. review patch
5. patch -p0 < storage/patch.123
6. find linux/ -name "*.rej"
7. ...

and all is well. very rarely do i find reject files. you may add or
detract from the list as is appropriate.

-d

-- 
Look, look, see Windows 98.  Buy, lemmings, buy!   
(c) 1998 David Ford.  Redistribution via the Microsoft Network is prohibited.
 for linux-kernel: please read linux/Documentation/* before posting problems

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html