Bug 60141 - Remove reference to libWebKitSystemInterfaceTiger.a from build-webkit
Summary: Remove reference to libWebKitSystemInterfaceTiger.a from build-webkit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-03 23:21 PDT by Pratik Solanki
Modified: 2011-05-07 10:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.12 KB, patch)
2011-05-03 23:25 PDT, Pratik Solanki
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.