From: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
Date: Thu, 20 Sep 2012 20:47:38 +0000 (+0200)
Subject: We do not actually need a U directory
X-Git-Tag: sliver-openvswitch-1.8.90-0~6
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1db14c13e5a8b1009d97f603fa24fb7984547695;p=sliver-openvswitch.git

We do not actually need a U directory
---

diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile
index 58708540a..3cf98e5fa 100644
--- a/planetlab/exp-tool/Makefile
+++ b/planetlab/exp-tool/Makefile
@@ -65,7 +65,6 @@ ALL_LINK_IDS=$(addsuffix @1,$(LINKS)) $(addsuffix @2,$(LINKS))
 all+init: init all
 init:
 	@[ -d L ] || ( echo Creating tmp dir L; mkdir L)
-	@[ -d U ] || ( echo Creating tmp dir U; mkdir U)
 	@[ -d log ] || (echo Creating tmp dir log; mkdir log)
 	@[ -d cache ] || ( echo Creating tmp dir cache; mkdir cache)
 .PHONY: all+init init