Bug 44050

Summary: [REGRESSION] WebKit build under Windows are failing when git is used as SCM.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, bweinstein, fujii.hironori, sfalken
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Bug Depends on: 41982    
Bug Blocks:    

Description Ilya Tikhonovsky 2010-08-16 02:21:53 PDT
It is not possible to build WebKit under Windows if WebKit is checked out via git.
Regressed at r65143
 https://bugs.webkit.org/show_bug.cgi?id=41982

It would be better to compare $(WEBKITLIBRARIESDIR) and ..\..\..\WebKitLibraries\win\tools instead of check the .svn directory.
Comment 1 Adam Roben (:aroben) 2010-09-14 13:37:36 PDT
r65143 was rolled out in r67482, so this bug should no longer occur.