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)
1  2 
planetlab/exp-tool/Makefile

@@@ -33,7 -33,7 +33,7 @@@ els
  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 +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))
@@@ -72,7 -72,6 +72,7 @@@ cache/host.%
        @host $(HOST_$*) | sed -n 's/^.*has address *//p' > $@
  
  cache/db.%:
 +<<<<<<< HEAD
        @echo "Starting db server on $(call display,$*)"
        @$(SSH) $(HOST_$*) sudo start_ovsdb-server > $@ \
         || { rm $@; exit 1; }