Bug 1273006 - Don't include makefiles from toolkit/mozapps/installer needlessly; r=glandium

These includes make out-of-tree builds of SpiderMonkey depend on the
installer.
This commit is contained in:
Ehsan Akhgari 2016-05-30 13:45:19 -04:00
Родитель b5ba183003
Коммит 3d4c047c6b
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -11,11 +11,13 @@ else
endif
endif
ifndef JS_STANDALONE
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 =
endif
# Helper variables to convert from MOZ_AUTOMATION_* variables to the
# corresponding the make target