Skip to content

Commit

Permalink
Remove extra eval call in snap.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
wthrowe committed Nov 13, 2015
1 parent a0e10b2 commit 8d105dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/snap.mk
Expand Up @@ -18,8 +18,8 @@ snap-stage$(1)-H-$(2): $$(HSREQ$(1)_H_$(2))
endef

$(foreach host,$(CFG_HOST), \
$(eval $(foreach stage,1 2 3, \
$(eval $(call DEF_SNAP_FOR_STAGE_H,$(stage),$(host))))))
$(foreach stage,1 2 3, \
$(eval $(call DEF_SNAP_FOR_STAGE_H,$(stage),$(host)))))

snap-stage1: snap-stage1-H-$(CFG_BUILD)

Expand Down

0 comments on commit 8d105dd

Please sign in to comment.