Changeset 85308 in webkit
- Timestamp:
- Apr 29, 2011, 12:07:59 AM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Tools/ChangeLog ¶
r85307 r85308 1 2011-04-28 Stephanie Lewis <slewis@apple.com> 2 3 Reviewed by Mark Rowe. 4 5 http://bugs.webkit.org/show_bug.cgi?id=59743 6 <rdar://problem/9040413> Add an install target for production builds. 7 8 * DumpRenderTree/mac/PerlSupport/Makefile: 9 1 10 2011-04-28 Adam Roben <aroben@apple.com> 2 11 -
TabularUnified trunk/Tools/DumpRenderTree/mac/PerlSupport/Makefile ¶
r81046 r85308 72 72 rm -f $(WRAPPER) $(PERL_MODULE) $(DYLIB) 73 73 74 installhdrs installsrc install: 74 installhdrs installsrc: 75 76 ifeq "$(CONFIGURATION)" "Production" 77 78 INSTALL_LOCATION=$(DSTROOT)/$(SYSTEM_LIBRARY_DIR)/Frameworks/$(WEBKIT_FRAMEWORK_RESOURCES_PATH) 79 80 install: all 81 mkdir -p $(INSTALL_LOCATION) 82 cp $(DYLIB) $(INSTALL_LOCATION)/DumpRenderTreeSupport.dylib 83 cp $(PERL_MODULE) $(INSTALL_LOCATION)/DumpRenderTreeSupport.pm 84 85 else 86 87 install: 88 89 endif
Note:
See TracChangeset
for help on using the changeset viewer.