targets shownodes and showslice
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 5 Sep 2012 12:51:23 +0000 (14:51 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 5 Sep 2012 12:51:23 +0000 (14:51 +0200)
planetlab/exp-tool/Makefile

index f3301e1..9618d88 100644 (file)
@@ -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