remove extraneous sequel from merge
[sliver-openvswitch.git] / planetlab / exp-tool / Makefile
index 54ef56f..f3301e1 100644 (file)
@@ -33,7 +33,7 @@ else
 SSH_KEY_OPTION ?= -i $(SSH_KEY)
 endif
 
-SSH_OPTIONS ?= $(SSH_KEY_OPTION) -l $(SLICE)
+SSH_OPTIONS ?= $(SSH_KEY_OPTION) -l $(SLICE) -t
 SSH = ssh $(SSH_OPTIONS)
 
 ALL_NODE_IDS=$(shell (cut -d- -f1 < links; cut -d- -f2 < links) | sort -u)
@@ -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))