Bug 695812 - client.mk with RUN_CLIENT_PY doesn't work with mozconfigs that include from mozilla/. This should fix Mac builds on try server. r=Standard8,Callek

This commit is contained in:
Philippe M. Chiasson 2011-10-24 12:05:45 +01:00
Родитель 5cf44a7aee
Коммит 409988a038
1 изменённых файлов: 7 добавлений и 7 удалений

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

@ -175,13 +175,12 @@ CONFIGURES += $(TOPSRCDIR)/mozilla/js/src/configure
build::
# These targets are candidates for auto-running client.py
ifdef ALWAYS_RUN_CLIENT_PY
ifeq (0,${MAKELEVEL})
build:: run_client_py
profiledbuild:: run_client_py
configure:: run_client_py
endif
endif
ifeq (01,$(MAKELEVEL)$(if $(ALWAYS_RUN_CLIENT_PY),1,))
build profiledbuild configure:: run_client_py
$(MAKE) -f $(TOPSRCDIR)/client.mk $@
else
# Print out any options loaded from mozconfig.
@ -385,6 +384,7 @@ ifdef MOZ_POSTFLIGHT
endif
endif # MOZ_CURRENT_PROJECT
endif # RAN_CLIENT_PY
####################################
# Postflight, after building all projects