Bug 4324 - WebCore build does a slow "nmedit -s" step that's unnecessary
Summary: WebCore build does a slow "nmedit -s" step that's unnecessary
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-07 18:18 PDT by Darin Adler
Modified: 2005-08-15 14:56 PDT (History)
0 users

See Also:


Attachments
patch to do our own exported symbol option, as a workaround (3.25 KB, patch)
2005-08-15 00:20 PDT, Darin Adler
justin.garcia: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2005-08-07 18:18:19 PDT
Turns out the "nmedit -s" step in the WebCore build is an unnecessary extra step, since the main build 
rule already gets the correct option passed in to export only certain symbols.

The fact that this is done is due to a known bug in Xcode. We should probably work around it.
Comment 1 Darin Adler 2005-08-15 00:20:19 PDT
Created attachment 3397 [details]
patch to do our own exported symbol option, as a workaround
Comment 2 Justin Garcia 2005-08-15 13:57:33 PDT
Comment on attachment 3397 [details]
patch to do our own exported symbol option, as a workaround

Here's the radar for the xcode bug:
<rdar://problem/3882017>

r=me