Skip to content

Commit

Permalink
Bug 1371871 - Run the artifact tier during a tup artifact build. r=mshal
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: BIKtzjfu2SF
  • Loading branch information
chmanchester committed Jun 21, 2017
1 parent e93b70a commit ab72294
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ab72294

Please sign in to comment.