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:
715f441
)
makefile: pass COVERAGEDIR= properly to the target makefile
author
Brian Warner
<warner@allmydata.com>
Mon, 2 Jul 2007 22:22:49 +0000
(15:22 -0700)
committer
Brian Warner
<warner@allmydata.com>
Mon, 2 Jul 2007 22:22:49 +0000
(15:22 -0700)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 4803b39d5ea3d4e3d079048036e09555cee8b1f8..2749bcc473f243644bf64e2b426a12ccd9427a7b 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-161,7
+161,7
@@
endif
upload-figleaf:
rsync -a coverage-html/ $(UPLOAD_TARGET)
- ssh $(UPLOAD_HOST) make update-tahoe-figleaf $(COVERAGEDIR)
+ ssh $(UPLOAD_HOST) make update-tahoe-figleaf
COVERAGEDIR=
$(COVERAGEDIR)
else
upload-figleaf:
echo "this target is meant to be run with UPLOAD_TARGET=host:/path/"