forked from mirrors/gecko-dev
Bug 493371 - 'make buildsymbols' appends to existing ...-crashreporter-symbols.zip, r=ted.mielczarek (build infra fix)
This commit is contained in:
parent
daa3e092c2
commit
b5df82242c
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ buildsymbols:
|
|||
ifdef MOZ_CRASHREPORTER
|
||||
echo building symbol store
|
||||
$(RM) -rf $(DIST)/crashreporter-symbols
|
||||
$(RM) -f "$(DIST)/$(SYMBOL_ARCHIVE_BASENAME).zip"
|
||||
$(NSINSTALL) -D $(DIST)/crashreporter-symbols
|
||||
$(PYTHON) $(topsrcdir)/toolkit/crashreporter/tools/symbolstore.py \
|
||||
$(MAKE_SYM_STORE_ARGS) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue