Creating a patch

Thanks. I had a folder which contained several *.c and *.h files.
I ran:

Code:
diff ../root/mfi/Makefile mfi/Makefile > patch.mfi
..
..
so on running for each file.

[cmd=]patch < patch.mfi[/cmd]
 
Back
Top