Changeset 34994 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jul 4, 2008, 12:25:54 AM (17 years ago)
Author:
[email protected]
Message:

Fix output path of recently-added script phase to reference the correct file.
This prevents Xcode from running the script phase unnecessarily, which caused
the generated header to be recreated and lead to AllInOneFile.cpp rebuilding.

Reviewed by Oliver Hunt.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r34991 r34994  
     12008-07-03  Mark Rowe  <[email protected]>
     2
     3        Reviewed by Oliver Hunt.
     4
     5        Fix output path of recently-added script phase to reference the correct file.
     6        This prevents Xcode from running the script phase unnecessarily, which caused
     7        the generated header to be recreated and lead to AllInOneFile.cpp rebuilding.
     8
     9        * JavaScriptCore.xcodeproj/project.pbxproj:
     10
    1112008-07-03  Mark Rowe  <[email protected]>
    212
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r34969 r34994  
    16291629                        name = "Generate DTrace header";
    16301630                        outputPaths = (
    1631                                 "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/Tracing.h",
     1631                                "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/TracingDtrace.h",
    16321632                        );
    16331633                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.