| Differences between
and this patch
- Tools/ChangeLog +9 lines
Lines 1-3 Tools/ChangeLog_sec1
1
2011-04-28  Stephanie Lewis  <slewis@apple.com>
2
3
        Reviewed by NOBODY (OOPS!).
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
2011-04-28  Ojan Vafai  <ojan@chromium.org>
10
2011-04-28  Ojan Vafai  <ojan@chromium.org>
2
11
3
        Reviewed by Eric Seidel.
12
        Reviewed by Eric Seidel.
- Tools/DumpRenderTree/mac/PerlSupport/Makefile -1 / +16 lines
Lines 71-74 $(DYLIB): DumpRenderTreeSupport.c $(WRAP Tools/DumpRenderTree/mac/PerlSupport/Makefile_sec1
71
clean:
71
clean:
72
	rm -f $(WRAPPER) $(PERL_MODULE) $(DYLIB)
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

Return to Bug 59743