From: Thierry Parmentelat Date: Wed, 5 Sep 2012 08:56:39 +0000 (+0200) Subject: improve make nodes X-Git-Tag: sliver-openvswitch-1.8.90-0~47^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=928b0b79473d54e2be010318f6024d02af1d0b4d;hp=6654c988b95c24c1d44b4f678a2d9b247d0da302;p=sliver-openvswitch.git improve make nodes --- 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))