[webkit-dev] [patch] fix webkit-gtk build with automake 1.12

2012-07-10 Thread Kamble, Nitin A
automake 1.12 has deprecated use of mkdir_p, and it recommends use of MKDIR_P instead. Changed the code to avoid these kind of warning-errors. ./.deps/DerivedSources make[1]: ./.deps/DerivedSources: Command not found make[1]: *** [all-local] Error 127 Signed-Off-By: Nitin A Kamble

Re: [webkit-dev] [patch] fix webkit-gtk build with automake 1.12

2012-07-10 Thread Jochen Eisinger
Please see http://www.webkit.org/coding/contributing.html for how to contribute patches to WebKit. best -jochen On Tue, Jul 10, 2012 at 12:46 PM, Kamble, Nitin A nitin.a.kam...@intel.comwrote: automake 1.12 has deprecated use of mkdir_p, and it recommends use of MKDIR_P instead.