author | Kyle Huey <khuey@kylehuey.com> |
Mon, 09 Apr 2012 17:41:22 -0700 | |
changeset 91234 | 7702bca6b64d7e71e9eede8c139ef51929468688 |
parent 91233 | 434f50e708151ef17748bdba3600b617f828c8cb |
child 91235 | 6fe5b0271cd125c7a7fca5b75bc04943c6b31d08 |
child 91386 | cf6ac3f55a41ae0784d353e577e22d36816bde6e |
push id | 22430 |
push user | khuey@mozilla.com |
push date | Tue, 10 Apr 2012 00:41:31 +0000 |
treeherder | mozilla-central@7702bca6b64d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 741248 |
milestone | 14.0a1 |
first release with | nightly linux32
7702bca6b64d
/
14.0a1
/
20120410075652
/
files
nightly linux64
7702bca6b64d
/
14.0a1
/
20120410075652
/
files
nightly mac
7702bca6b64d
/
14.0a1
/
20120410075652
/
files
nightly win32
7702bca6b64d
/
14.0a1
/
20120410075652
/
files
nightly win64
7702bca6b64d
/
14.0a1
/
20120410075652
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
14.0a1
/
20120410075652
/
pushlog to previous
nightly linux64
14.0a1
/
20120410075652
/
pushlog to previous
nightly mac
14.0a1
/
20120410075652
/
pushlog to previous
nightly win32
14.0a1
/
20120410075652
/
pushlog to previous
nightly win64
14.0a1
/
20120410075652
/
pushlog to previous
|
ipc/ipdl/Makefile.in | file | annotate | diff | comparison | revisions | |
js/xpconnect/src/Makefile.in | file | annotate | diff | comparison | revisions |
--- a/ipc/ipdl/Makefile.in +++ b/ipc/ipdl/Makefile.in @@ -110,17 +110,17 @@ LOCAL_INCLUDES += -I$(DEPTH)/ipc/ipdl/_i include $(topsrcdir)/config/config.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk include $(topsrcdir)/config/rules.mk # NB: the IPDL compiler manages .ipdl-->.h/.cpp dependencies itself, # which is why we don't have explicit .h/.cpp targets here export:: $(ALL_IPDLSRCS) - $(PYTHON_PATH) \ + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ $(PLY_INCLUDE) \ $(srcdir)/ipdl.py \ --outheaders-dir=_ipdlheaders \ --outcpp-dir=. \ $(IPDLDIRS:%=-I$(topsrcdir)/%) \ $^ # We #include some things in the dom/plugins/ directory that rely on
--- a/js/xpconnect/src/Makefile.in +++ b/js/xpconnect/src/Makefile.in @@ -145,17 +145,17 @@ XPCJSRuntime.$(OBJ_SUFFIX): dom_quickstu dom_quickstubs.h: dom_quickstubs.cpp dom_quickstubs.cpp: $(srcdir)/dom_quickstubs.qsconf \ $(srcdir)/qsgen.py \ $(topsrcdir)/xpcom/idl-parser/header.py \ $(topsrcdir)/xpcom/idl-parser/xpidl.py \ $(DEPTH)/js/src/js-confdefs.h - $(PYTHON_PATH) \ + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ $(PLY_INCLUDE) \ -I$(topsrcdir)/xpcom/idl-parser \ $(srcdir)/qsgen.py \ --idlpath=$(DEPTH)/dist/idl \ --cachedir=$(DEPTH)/xpcom/idl-parser \ --header-output dom_quickstubs.h \ --stub-output dom_quickstubs.cpp \ --makedepend-output $(MDDEPDIR)/dom_qsgen.pp \ @@ -166,34 +166,34 @@ dombindings.$(OBJ_SUFFIX): dombindings_g dombindings_gen.cpp dombindings_gen.h: $(srcdir)/dombindings.conf \ $(srcdir)/dombindingsgen.py \ $(srcdir)/codegen.py \ $(topsrcdir)/xpcom/idl-parser/header.py \ $(topsrcdir)/xpcom/idl-parser/xpidl.py \ $(DEPTH)/js/src/js-confdefs.h - $(PYTHON_PATH) \ + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ $(PLY_INCLUDE) \ -I$(topsrcdir)/xpcom/idl-parser \ $(srcdir)/dombindingsgen.py \ --idlpath=$(DEPTH)/dist/idl \ --cachedir=$(DEPTH)/xpcom/idl-parser \ --header-output dombindings_gen.h \ $(srcdir)/dombindings.conf exports:: dombindings_gen.h dombindings_gen.cpp: $(srcdir)/dombindings.conf \ $(srcdir)/dombindingsgen.py \ $(srcdir)/codegen.py \ $(topsrcdir)/xpcom/idl-parser/header.py \ $(topsrcdir)/xpcom/idl-parser/xpidl.py \ $(DEPTH)/js/src/js-confdefs.h - $(PYTHON_PATH) \ + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ $(PLY_INCLUDE) \ -I$(topsrcdir)/xpcom/idl-parser \ $(srcdir)/dombindingsgen.py \ --idlpath=$(DEPTH)/dist/idl \ --cachedir=$(DEPTH)/xpcom/idl-parser \ --stub-output dombindings_gen.cpp \ --makedepend-output $(MDDEPDIR)/dombindingsgen.pp \ $(srcdir)/dombindings.conf @@ -202,32 +202,32 @@ DictionaryHelpers.$(OBJ_SUFFIX): Diction DictionaryHelpers.cpp DictionaryHelpers.h: $(srcdir)/dictionary_helper_gen.conf \ $(srcdir)/dictionary_helper_gen.py \ $(srcdir)/codegen.py \ $(topsrcdir)/xpcom/idl-parser/header.py \ $(topsrcdir)/xpcom/idl-parser/xpidl.py \ $(DEPTH)/js/src/js-confdefs.h - $(PYTHON_PATH) \ + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ $(PLY_INCLUDE) \ -I$(topsrcdir)/xpcom/idl-parser \ $(srcdir)/dictionary_helper_gen.py \ -I $(DEPTH)/dist/idl \ --cachedir=$(DEPTH)/xpcom/idl-parser \ --header-output DictionaryHelpers.h \ $(srcdir)/dictionary_helper_gen.conf DictionaryHelpers.cpp: $(srcdir)/dictionary_helper_gen.conf \ $(srcdir)/dictionary_helper_gen.py \ $(srcdir)/codegen.py \ $(topsrcdir)/xpcom/idl-parser/header.py \ $(topsrcdir)/xpcom/idl-parser/xpidl.py \ $(DEPTH)/js/src/js-confdefs.h - $(PYTHON_PATH) \ + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ $(PLY_INCLUDE) \ -I$(topsrcdir)/xpcom/idl-parser \ $(srcdir)/dictionary_helper_gen.py \ -I $(DEPTH)/dist/idl \ --cachedir=$(DEPTH)/xpcom/idl-parser \ --header-output DictionaryHelpers.h \ --stub-output DictionaryHelpers.cpp \ --makedepend-output $(MDDEPDIR)/dictionary_helper_gen.pp \