Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Prefermenu - Height also configurable with this patch



> Example: You want to change the file "menu.c"
> 
> $ cp menu.c menu.c.orig
> $ vi menu.c
> $ diff -ub menu.c.orig menu.c > menu.patch
> 
> Thats all.

OK, thats clear. But is there a way to combine the patches of two
different source files withing one single patch? Is it as simple as I
would expect. Piping the Output in one single file?

$ diff -ub menu.c.orig menu.c > menu.patch
$ diff -ub whatever.c.orig whatever.c >> menu.patch



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index