Merge branch 'master' of ssh://git.onelab.eu/git/sliver-openvswitch
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 5 Sep 2012 10:36:29 +0000 (12:36 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 5 Sep 2012 10:36:29 +0000 (12:36 +0200)
planetlab/exp-tool/Makefile

index 719da01..54946d4 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))