Re: An odd problem occur when I am studying gnu make

2007-03-11 Thread Ralf Wildenhues
Hello liyehua1986(?), * [EMAIL PROTECTED] wrote on Sun, Mar 11, 2007 at 04:39:37AM CET: > > The make program output: > > generate pro.c > use %.l rule and generate makefile.l > use .l rule and generate makefile > generate ok.h > use %.l rule and generate pro.l > use .l rule and generate pro FWI

diff-patch: apply .diff created for old file version

2007-03-11 Thread Alex Kachanov
Hi! Trying to apply some patches in unified diff format to mozilla source. But these patches where created some time ago and source code where they are applied already changed. Example: .diff patch is: --- aaa bbb ccc +ccc2 ddd eee --- And nowadays source file looks like --- aaa bbb bbb2 ccc ddd