From a6ca7c672f6d5aaf24111d3414ea132ec36b40d6 Mon Sep 17 00:00:00 2001 From: Giuseppe Lettieri Date: Thu, 4 Apr 2013 16:39:44 +0200 Subject: [PATCH] fix remote-snapshot with external nodes --- planetlab/exp-tool/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index 1325629cd..942160bda 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -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. -- 2.43.0