Rockbox Development > Starting Development and Compiling
Applying multiple patches
(1/1)
mschneider:
when applying multiple patches would you do patch --binary -p0 < patch1 patch2 etc.
or would you do a seperate patch operation for each file?
robin0800:
Don't know!
But if you do it separetly you know which patch has caused any error or warning that you see.
bluebrother:
You need to apply patches separately. This also makes much more sense as, depending on the patches, (1) the order might be relevant and (2) if something fails you won't get a completely messed up source tree but see exactly what patch causes problems.
Navigation
[0] Message Index
Go to full version