[Webkit-unassigned] [Bug 117708] touching any idl rebuilds all derived sources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 21 17:02:52 PDT 2013


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





--- Comment #19 from Maciej Stachowiak <mjs at apple.com>  2013-06-21 17:01:31 PST ---
I think the real bug is this:

JS%.h : %.idl $(JS_BINDINGS_SCRIPTS) $(IDL_ATTRIBUTES_FILE) $(WINDOW_CONSTRUCTORS_FILE) $(WORKERCONTEXT_CONSTRUCTORS_FILE) $(PLATFORM_FEATURE_DEFINES)

$(WINDOW_CONSTRUCTORS_FILE) and $(WORKERCONTEXT_CONSTRUCTORS_FILE) are not passed to the generator script nor are the files they refer to referenced by it directly. So that decency is almost surely wrong.

I think the correct fix is to revert this patch and remove those two things from the JS%.h dependencies.

-- 
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