author | Mike Hommey <mh+mozilla@glandium.org> |
Mon, 30 Apr 2012 08:05:34 +0200 | |
changeset 97217 | 879fd99f199cc95e0301fe9805c1828a4d1b62d4 |
parent 97216 | 925d9ca6a866979a221e1a1cb13e65476e454539 |
child 97218 | 5728d1210dbe49dafb3d5e13f593e21067312272 |
push id | 173 |
push user | lsblakk@mozilla.com |
push date | Fri, 24 Aug 2012 15:39:16 +0000 |
treeherder | mozilla-release@bcc45eb1fb41 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted |
bugs | 749573 |
milestone | 15.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
build/unix/Makefile.in | file | annotate | diff | comparison | revisions | |
js/xpconnect/shell/Makefile.in | file | annotate | diff | comparison | revisions |
--- a/build/unix/Makefile.in +++ b/build/unix/Makefile.in @@ -52,14 +52,16 @@ DIRS += stdc++compat endif ifdef USE_ELF_HACK DIRS += elfhack endif TEST_DIRS = test +SDK_BINARY = run-mozilla.sh + include $(topsrcdir)/config/rules.mk libs:: $(srcdir)/run-mozilla.sh $(INSTALL) $< $(DIST)/bin # EOF
--- a/js/xpconnect/shell/Makefile.in +++ b/js/xpconnect/shell/Makefile.in @@ -40,17 +40,17 @@ DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = xpcshell PROGRAM = xpcshell$(BIN_SUFFIX) - +SDK_BINARY = $(PROGRAM) CPPSRCS = xpcshell.cpp ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) CMMSRCS += xpcshellMacUtils.mm endif LIBS = \