From 928b0b79473d54e2be010318f6024d02af1d0b4d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 5 Sep 2012 10:56:39 +0200 Subject: [PATCH] improve make nodes --- planetlab/exp-tool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index 54ef56fec..c4ee1c3d0 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -54,7 +54,7 @@ all: $(addprefix L/,$(shell cat links)) .PHONY: all nodes: - @echo $(foreach id,$(ALL_NODE_IDS),$(call display,$(id))) + @$(foreach id,$(ALL_NODE_IDS),echo $(id)=$(call display,$(id));) .PHONY: nodes sshchecks: $(foreach id,$(ALL_NODE_IDS),cache/sshcheck.$(id)) -- 2.43.0