mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Backed out changeset 5e0b7bee5293 (bug 1861360) for causing build bustages. CLOSED TREE
This commit is contained in:
parent
15d6c778ad
commit
106c5dcb58
@ -399,7 +399,7 @@ endif
|
||||
target-objects: $(OBJS) $(PROGOBJS) $(filter-out $(MOZBUILD_NON_DEFAULT_TARGETS),$(RUST_LIBRARY_FILE))
|
||||
host-objects: $(HOST_OBJS) $(HOST_PROGOBJS) $(HOST_RUST_LIBRARY_FILE)
|
||||
|
||||
syms:
|
||||
syms::
|
||||
|
||||
include $(MOZILLA_DIR)/config/makefiles/target_binaries.mk
|
||||
endif
|
||||
@ -637,7 +637,7 @@ $(ASOBJS):
|
||||
endif
|
||||
|
||||
define syms_template
|
||||
syms: $(2)
|
||||
syms:: $(2)
|
||||
$(2): $(1)
|
||||
ifdef MOZ_CRASHREPORTER
|
||||
$$(call py_action,dumpsymbols $$@,$$(abspath $$<) $$(abspath $$@) $$(DUMP_SYMBOLS_FLAGS))
|
||||
|
Loading…
Reference in New Issue
Block a user