Bug 18100
Summary: | gtk+ build system 'clean' doesn't clean enough | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jasper Bryant-Greene <jasper> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mh+webkit |
Priority: | P2 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
Bug Depends on: | 16620 | ||
Bug Blocks: |
Jasper Bryant-Greene
The following files seem to be left over after running both 'make clean' and 'make distclean' on GTK+:
jbg@rhea:~/Projects/WebKit$ svn st
? Programs
? INSTALL
? DerivedSources
? README
? WebKit/gtk/webkit/webkit-marshal.cpp
? WebKit/gtk/webkit/webkit-marshal.h
? WebCore/bindings/js/JSDOMWindowBase.lut.h
? WebCore/bindings/js/JSRGBColor.lut.h
? WebCore/bindings/js/JSXSLTProcessor.lut.h
? WebCore/bindings/js/JSXMLHttpRequest.lut.h
Particularly DerivedSources causes problems for me, with strange KJS errors after rebuilding after doing 'make clean' and 'make distclean'.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mike Hommey
*** Bug 18332 has been marked as a duplicate of this bug. ***
Jan Alonzo
Closing as the fix for this bug was landed in http://trac.webkit.org/projects/webkit/changeset/32257.