Bug 129229

Summary: Web Inspector: Error while building with WebInspector enabled
Product: WebKit Reporter: Rajaram Gaunker <zimbabao>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: berto, bunhere, cdumez, commit-queue, graouts, gyuyoung.kim, joepeck, rakuco, sergio, timothy, webkit-bug-importer, zan
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch timothy: review+

Description Rajaram Gaunker 2014-02-23 01:45:49 PST
Error while building with WebInspector enabled.

make: *** No rule to make target `../../Source/WebInspectorUI/UserInterface/*.js', needed by `DerivedSources/WebInspectorUI/GResourceBundle.xml'.  Stop.

Files are moved but build related files not changed accordingly.
Comment 1 Radar WebKit Bug Importer 2014-02-23 01:46:12 PST
<rdar://problem/16143341>
Comment 2 Rajaram Gaunker 2014-02-23 01:51:51 PST
Created attachment 224996 [details]
Patch
Comment 3 Timothy Hatcher 2014-02-23 07:50:40 PST
Comment on attachment 224996 [details]
Patch

Sorry about that!
Comment 4 Martin Robinson 2014-02-23 10:08:56 PST
Comment on attachment 224996 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=224996&action=review

> Source/WebInspectorUI/GNUmakefile.am:35
> +	$(shell ls $(WebInspectorUI)/UserInterface/Base/*.js) \

I wonder if you can just do $(WebInspectorUI)/UserInterface/**/*.js ?
Comment 5 Rajaram Gaunker 2014-02-23 18:22:31 PST

*** This bug has been marked as a duplicate of bug 129231 ***