mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 10:21:05 +00:00
Remove extra eval call in snap.mk
This commit is contained in:
parent
a0e10b249e
commit
8d105dd852
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue