projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229fab8
)
tests: pass z to tar so that BSD tar will know to ungzip
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 4 May 2010 09:06:28 +0000
(
02:06
-0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 4 May 2010 09:06:28 +0000
(
02:06
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0b29820cae1831fe732bc716daa93225d773e5c7..6217d57e13cee81cca906550ac9704c52fb21df9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-274,7
+274,7
@@
find-trailing-spaces:
fetch-and-unpack-deps:
test -f tahoe-deps.tar.gz || wget http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz
rm -rf tahoe-deps
- tar xf tahoe-deps.tar.gz
+ tar x
z
f tahoe-deps.tar.gz
test-desert-island:
$(MAKE) fetch-and-unpack-deps