Ignore:
Timestamp:
Feb 2, 2012, 5:01:59 PM (13 years ago)
Author:
[email protected]
Message:

[Mac] eliminate JavaScriptCore.exp
https://bugs.webkit.org/show_bug.cgi?id=72854

Reviewed by Darin Adler.

  • Removed exp files and corresponding makefile entries.
  • Changed the build configuration no to use exp file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/DerivedSources.make

    r88076 r106606  
    4444    HeaderDetection.h \
    4545    JSONObject.lut.h \
    46     JavaScriptCore.JSVALUE32_64.exp \
    47     JavaScriptCore.JSVALUE64.exp \
    4846    JSGlobalObject.lut.h \
    4947    KeywordLookup.h \
     
    8179        python $^ > $@
    8280
    83 # export files
    84 
    85 JavaScriptCore.JSVALUE32_64.exp: JavaScriptCore.exp JavaScriptCore.JSVALUE32_64only.exp
    86         cat $^ > $@
    87 
    88 JavaScriptCore.JSVALUE64.exp: JavaScriptCore.exp JavaScriptCore.JSVALUE64only.exp
    89         cat $^ > $@
    90 
    91 
    9281# header detection
    9382
Note: See TracChangeset for help on using the changeset viewer.