fix remote-snapshot with external nodes
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Thu, 4 Apr 2013 14:39:44 +0000 (16:39 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Thu, 4 Apr 2013 14:39:44 +0000 (16:39 +0200)
planetlab/exp-tool/Makefile

index 1325629..942160b 100644 (file)
@@ -532,6 +532,12 @@ $(foreach link,$(EXTERNAL_LINKS),cache/iface.$(link)@2): ;
 $(foreach link,$(EXTERNAL_LINKS),cache/port.$(link)@2): ;
 $(foreach link,$(EXTERNAL_LINKS),del-iface.$(link)@2): ;
 
+$(foreach host,$(EXTERNAL_HOSTS),cache/rsnap.ip.$(host)): ;
+       @touch $@
+
+$(foreach host,$(EXTERNAL_HOSTS),cache/rsnap.links.$(host)): ;
+       @touch $@
+
 # we assume that a program called tunproxy is available on the
 # external nodes.