Skip to content

Commit 8d105dd

Browse files
committed
Remove extra eval call in snap.mk
1 parent a0e10b2 commit 8d105dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/snap.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ snap-stage$(1)-H-$(2): $$(HSREQ$(1)_H_$(2))
1818
endef
1919

2020
$(foreach host,$(CFG_HOST), \
21-
$(eval $(foreach stage,1 2 3, \
22-
$(eval $(call DEF_SNAP_FOR_STAGE_H,$(stage),$(host))))))
21+
$(foreach stage,1 2 3, \
22+
$(eval $(call DEF_SNAP_FOR_STAGE_H,$(stage),$(host)))))
2323

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

0 commit comments

Comments
 (0)