mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-29 15:43:54 +00:00
makefile: pass COVERAGEDIR= properly to the target makefile
This commit is contained in:
parent
715f44110f
commit
241b2537ad
@ -161,7 +161,7 @@ endif
|
|||||||
|
|
||||||
upload-figleaf:
|
upload-figleaf:
|
||||||
rsync -a coverage-html/ $(UPLOAD_TARGET)
|
rsync -a coverage-html/ $(UPLOAD_TARGET)
|
||||||
ssh $(UPLOAD_HOST) make update-tahoe-figleaf $(COVERAGEDIR)
|
ssh $(UPLOAD_HOST) make update-tahoe-figleaf COVERAGEDIR=$(COVERAGEDIR)
|
||||||
else
|
else
|
||||||
upload-figleaf:
|
upload-figleaf:
|
||||||
echo "this target is meant to be run with UPLOAD_TARGET=host:/path/"
|
echo "this target is meant to be run with UPLOAD_TARGET=host:/path/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user