mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
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:
parent
cf27f81a88
commit
00debea3a9
3
Makefile
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user