improve make nodes
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 5 Sep 2012 08:56:39 +0000 (10:56 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 5 Sep 2012 08:56:39 +0000 (10:56 +0200)
planetlab/exp-tool/Makefile

index 54ef56f..c4ee1c3 100644 (file)
@@ -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))