From: Brian Warner Date: Wed, 17 Sep 2008 05:22:04 +0000 (-0700) Subject: Makefile: desert-island: don't re-fetch tahoe-deps.tar.gz if it's already there,... X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/?a=commitdiff_plain;h=00debea3a9cb92e8d20604f2c81e58962ca62332;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: desert-island: don't re-fetch tahoe-deps.tar.gz if it's already there, remove the tahoe-deps/ before untarring directory to avoid unpacking weirdness --- diff --git a/Makefile b/Makefile index d262b5e7..6808d614 100644 --- a/Makefile +++ b/Makefile @@ -251,7 +251,8 @@ find-trailing-spaces: # support/lib/ directory is gone. test-desert-island: - wget http://allmydata.org/source/tahoe/tarballs/tahoe-deps.tar.gz + test -f tahoe-deps.tar.gz || wget http://allmydata.org/source/tahoe/tarballs/tahoe-deps.tar.gz + rm -rf tahoe-deps tar xf tahoe-deps.tar.gz $(MAKE) 2>&1 | tee make.out $(PYTHON) misc/check-build.py make.out no-downloads