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:
Chris Manchester 2017-06-21 16:20:18 -07:00
parent 2ad823acd0
commit 54be0bcae3

View file

@ -147,7 +147,12 @@ endif
.PHONY: tup .PHONY: tup
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) $(call BUILDSTATUS,TIER_START make)
$(MAKE) buildid.h source-repo.h $(MAKE) buildid.h source-repo.h
$(call BUILDSTATUS,TIER_FINISH make) $(call BUILDSTATUS,TIER_FINISH make)