[Gllug] Building a patch
Adrian McMenamin
adrian at mcmen.demon.co.uk
Thu Dec 1 09:52:33 UTC 2005
I want to produce a patch in linux kernel style comparing two directories
- one is alsa-lib-orig and the other is alsa-lib (alsa lib patched to
allow it to build against uclibc as opposed to glibc). In addition I want
the patch to ignore new files (ie the stuff generated by the ./configure).
patch -ur ./alsa-lib-orig ./alsa-lib just tells me which files are in one
directory set and not the other
patch -Nur ./alsa-lib-orig ./alsa-lib seems to just gives me the content
of the new files in the patch
How can I do this?
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list