forked from mirrors/gecko-dev
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:
parent
2ad823acd0
commit
54be0bcae3
1 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue