author | Nathan Froyd <froydnj@gmail.com> |
Wed, 16 Dec 2015 12:58:18 -0800 | |
changeset 276815 | 2a5e87026ac805eea41c0991d229eec9a2936baf |
parent 276814 | c7dc3452011020f709905a8abc387804825f0608 |
child 276816 | c463195e9248833ff7345e5f9654e801faa0ae39 |
push id | 69291 |
push user | rgiles@mozilla.com |
push date | Thu, 17 Dec 2015 20:14:55 +0000 |
treeherder | mozilla-inbound@2a5e87026ac8 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mshal |
bugs | 1208566 |
milestone | 46.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
|
config/rules.mk | file | annotate | diff | comparison | revisions |
--- a/config/rules.mk +++ b/config/rules.mk @@ -940,17 +940,17 @@ ifdef ASFILES $(AS) $(ASOUTOPTION)$@ $(ASFLAGS) $($(notdir $<)_FLAGS) $(AS_DASH_C_FLAG) $(_VPATH_SRCS) endif ifdef MOZ_RUST # Assume any system libraries rustc links against are already # in the target's LIBS. $(RSOBJS): $(REPORT_BUILD) - $(RUSTC) $(RUSTFLAGS) --crate-type staticlib -o $(call mk_libname,$<) $(_VPATH_SRCS) + $(RUSTC) $(RUSTFLAGS) --crate-type staticlib --emit dep-info=$(MDDEPDIR)/$(call mk_libname,$<).pp,link=$(call mk_libname,$<) $(_VPATH_SRCS) endif $(SOBJS): $(REPORT_BUILD) $(AS) -o $@ $(ASFLAGS) $($(notdir $<)_FLAGS) $(LOCAL_INCLUDES) $(TARGET_LOCAL_INCLUDES) -c $< $(CPPOBJS): $(REPORT_BUILD)