Bug 140790 - Fix remaining multiple targets per rule issues in DerivedSources.make
Summary: Fix remaining multiple targets per rule issues in DerivedSources.make
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-22 14:44 PST by Chris Dumez
Modified: 2015-01-22 15:13 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.20 KB, patch)
2015-01-22 14:58 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (4.21 KB, patch)
2015-01-22 15:02 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-01-22 14:44:48 PST
Fix remaining multiple target per rule issues in DerivedSources.make, similarly to Bug 140784 and Bug 140756.
This is causing us to run scripts several times to generate the same files and may lead to malformed files in case of concurrency.
Comment 1 Chris Dumez 2015-01-22 14:58:38 PST
Created attachment 245168 [details]
Patch
Comment 2 Chris Dumez 2015-01-22 15:02:56 PST
Created attachment 245169 [details]
Patch
Comment 3 David Kilzer (:ddkilzer) 2015-01-22 15:12:05 PST
Comment on attachment 245169 [details]
Patch

r=me
Comment 4 Chris Dumez 2015-01-22 15:13:30 PST
Comment on attachment 245169 [details]
Patch

Clearing flags on attachment: 245169

Committed r178955: <http://trac.webkit.org/changeset/178955>
Comment 5 Chris Dumez 2015-01-22 15:13:35 PST
All reviewed patches have been landed.  Closing bug.