Changeset 9906 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jul 26, 2005, 10:28:58 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/Makefile.am
r9881 r9906 1 1 all-am: 2 2 defaults write com.apple.Xcode PBXProductDirectory "$(SYMROOTS)" 3 defaults write com.apple.Xcode PBXIntermediatesDirectory "$(SYMROOTS)" 3 4 xcodebuild -target All -configuration $(BUILDSTYLE) 4 5 clean-am: 5 6 defaults write com.apple.Xcode PBXProductDirectory "$(SYMROOTS)" 7 defaults write com.apple.Xcode PBXIntermediatesDirectory "$(SYMROOTS)" 6 8 xcodebuild -target All clean -configuration ${BUILDSTYLE}
Note:
See TracChangeset
for help on using the changeset viewer.