[Webkit-unassigned] [Bug 75546] REGRESSION (r103519): WebCore's DerivedSources.make crashes sh.exe if path to WebKit source tree is long enough

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 07:33:40 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75546





--- Comment #4 from Kentaro Hara <haraken at chromium.org>  2012-01-04 07:33:40 PST ---
I am sorry for the regression. The change looks OK to me.

Just a comment:

(In reply to comment #2)
> One option is to make all the commands separate statements:
> 
> echo foo > ./idl_files.tmp; echo bar > ./idl_files.tmp; echo baz > ./idl_files.tmp;…

I avoided this approach because it took 10~ seconds on my local AppleWebKit environment.

> This has the disadvantage of opening/closing idl_files.tmp over and over.
> 
> Maybe a better solution would be to use printf(1).

I avoided an echo command with long arguments because it can exceed the OS limit. Is the printf command OK?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list