From: Thierry Parmentelat Date: Wed, 5 Sep 2012 12:51:23 +0000 (+0200) Subject: targets shownodes and showslice X-Git-Tag: sliver-openvswitch-1.8.90-0~44 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=a974f19607f2fe8acd5614dd50a423ae97292019 targets shownodes and showslice --- diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index f3301e13c..9618d888f 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -53,9 +53,12 @@ FORCE: all: $(addprefix L/,$(shell cat links)) .PHONY: all -nodes: +# could also do make ++SLICE +showslice: ++SLICE FORCE + +shownodes: @$(foreach id,$(ALL_NODE_IDS),echo $(id)=$(call display,$(id));) -.PHONY: nodes +.PHONY: shownodes sshchecks: $(foreach id,$(ALL_NODE_IDS),cache/sshcheck.$(id)) .PHONY: sshchecks