Bug 60141

Summary: Remove reference to libWebKitSystemInterfaceTiger.a from build-webkit
Product: WebKit Reporter: Pratik Solanki <psolanki>
Component: Tools / TestsAssignee: Pratik Solanki <psolanki>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, eric, mrowe, psolanki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Pratik Solanki 2011-05-03 23:21:49 PDT
From <http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20%28Build%29/builds/29357/steps/compile-webkit/logs/stdio>

Updating /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release/build/WebKitBuild/Release/libWebKitSystemInterfaceTiger.a
ditto: can't get real path for source
ranlib: can't open file: /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release/build/WebKitBuild/Release/libWebKitSystemInterfaceTiger.a (No such file or directory)
Comment 1 Pratik Solanki 2011-05-03 23:25:07 PDT
Created attachment 92197 [details]
Patch
Comment 2 Pratik Solanki 2011-05-04 00:00:45 PDT
Committed r85723: <http://trac.webkit.org/changeset/85723>
Comment 3 Eric Seidel (no email) 2011-05-06 13:25:59 PDT
Thanks!  I think there are still other referneces to tiger in build-webkit (and our perl code in general), but this was a good one to kill!
Comment 4 Pratik Solanki 2011-05-07 10:16:04 PDT
(In reply to comment #3)
> Thanks!  I think there are still other referneces to tiger in build-webkit (and our perl code in general), but this was a good one to kill!

Yeah, we have a bunch of references to isTiger() in our scripts that we can now remove. Filed bug 60438.