зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1371871 - Run the artifact tier during a tup artifact build. r=mshal
MozReview-Commit-ID: BIKtzjfu2SF --HG-- extra : rebase_source : ac53d184a28a7364955cb47f6ecf0d29113801ce
This commit is contained in:
Родитель
2ad823acd0
Коммит
54be0bcae3
|
@ -147,7 +147,12 @@ endif
|
|||
|
||||
.PHONY: tup
|
||||
tup:
|
||||
$(call BUILDSTATUS,TIERS make tup)
|
||||
$(call BUILDSTATUS,TIERS $(if $(MOZ_ARTIFACT_BUILDS),artifact )make tup)
|
||||
ifdef MOZ_ARTIFACT_BUILDS
|
||||
$(call BUILDSTATUS,TIER_START artifact)
|
||||
$(MAKE) recurse_artifact
|
||||
$(call BUILDSTATUS,TIER_FINISH artifact)
|
||||
endif
|
||||
$(call BUILDSTATUS,TIER_START make)
|
||||
$(MAKE) buildid.h source-repo.h
|
||||
$(call BUILDSTATUS,TIER_FINISH make)
|
||||
|
|
Загрузка…
Ссылка в новой задаче