Bug 18100

Summary: gtk+ build system 'clean' doesn't clean enough
Product: WebKit Reporter: Jasper Bryant-Greene <jasper>
Component: WebKitGTKAssignee: 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:    

Description Jasper Bryant-Greene 2008-03-25 19:35:53 PDT
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'.
Comment 1 Mike Hommey 2008-04-07 12:16:27 PDT
*** Bug 18332 has been marked as a duplicate of this bug. ***
Comment 2 Jan Alonzo 2008-04-18 23:29:20 PDT
Closing as the fix for this bug was landed in http://trac.webkit.org/projects/webkit/changeset/32257.