Skip to content

Commit

Permalink
Bug 1273006 - Don't include makefiles from toolkit/mozapps/installer …
Browse files Browse the repository at this point in the history
…needlessly; r=glandium

These includes make out-of-tree builds of SpiderMonkey depend on the
installer.
  • Loading branch information
ehsan committed May 18, 2016
1 parent c688c8f commit 8b29c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,12 @@ MAKE_SYM_STORE_ARGS += --install-manifest=$(DEPTH)/_build_manifests/install/dist

SYM_STORE_SOURCE_DIRS := $(topsrcdir)

ifdef MOZ_CRASHREPORTER
include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk

SYMBOL_INDEX_NAME = \
$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)-$(OS_TARGET)-$(BUILDID)-$(CPU_ARCH)-symbols.txt
endif

buildsymbols:
ifdef MOZ_CRASHREPORTER
Expand Down
6 changes: 0 additions & 6 deletions build/moz-automation.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ else
endif
endif

include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk
include $(topsrcdir)/toolkit/mozapps/installer/upload-files.mk

# Clear out DIST_FILES if it was set by upload-files.mk (for Android builds)
DIST_FILES =

# Helper variables to convert from MOZ_AUTOMATION_* variables to the
# corresponding the make target
tier_MOZ_AUTOMATION_BUILD_SYMBOLS = buildsymbols
Expand Down

0 comments on commit 8b29c02

Please sign in to comment.