We do not actually need a U directory
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Thu, 20 Sep 2012 20:47:38 +0000 (22:47 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Thu, 20 Sep 2012 20:47:38 +0000 (22:47 +0200)
planetlab/exp-tool/Makefile

index 5870854..3cf98e5 100644 (file)
@@ -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