mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +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:
|
||||
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/"
|
||||
|
Loading…
Reference in New Issue
Block a user