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

This commit is contained in:
Brian Warner 2008-09-16 22:22:04 -07:00
parent cf27f81a88
commit 00debea3a9

View File

@ -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