Changeset 9906 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jul 26, 2005, 10:28:58 AM (20 years ago)
Author:
cblu
Message:

For every makefile that we set Xcode's default for PBXProductDirectory, also set PBXIntermediatesDirectory. This allows multiple CVS trees to live on one system without confusing each other.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/Makefile.am

    r9881 r9906  
    11all-am:
    22        defaults write com.apple.Xcode PBXProductDirectory "$(SYMROOTS)"
     3        defaults write com.apple.Xcode PBXIntermediatesDirectory "$(SYMROOTS)"
    34        xcodebuild -target All -configuration $(BUILDSTYLE)
    45clean-am:
    56        defaults write com.apple.Xcode PBXProductDirectory "$(SYMROOTS)"
     7        defaults write com.apple.Xcode PBXIntermediatesDirectory "$(SYMROOTS)"
    68        xcodebuild -target All clean -configuration ${BUILDSTYLE}
Note: See TracChangeset for help on using the changeset viewer.