Bug 18332 - make distclean leaves out files
Summary: make distclean leaves out files
Status: RESOLVED DUPLICATE of bug 18100
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-06 11:38 PDT by Mike Hommey
Modified: 2008-04-07 12:16 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Hommey 2008-04-06 11:38:46 PDT
After running make distclean, one would expect all build files to be removed, but a bunch of them are still around:
	DerivedSources/ (and a bunch of files in there)
	WebCore/bindings/js/JSDOMWindowBase.lut.h
	WebCore/bindings/js/JSRGBColor.lut.h
	WebCore/bindings/js/JSXMLHttpRequest.lut.h
	WebCore/bindings/js/JSXSLTProcessor.lut.h
	WebKit/gtk/webkit/webkit-marshal.cpp
	WebKit/gtk/webkit/webkit-marshal.h
Comment 1 Mike Hommey 2008-04-07 12:16:27 PDT

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