From: Brian Warner <warner@allmydata.com>
Date: Mon, 2 Jul 2007 22:22:49 +0000 (-0700)
Subject: makefile: pass COVERAGEDIR= properly to the target makefile
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/using.html?a=commitdiff_plain;h=241b2537adc26e553ac7340c2907a1b055883be1;p=tahoe-lafs%2Ftahoe-lafs.git

makefile: pass COVERAGEDIR= properly to the target makefile
---

diff --git a/GNUmakefile b/GNUmakefile
index 4803b39d..2749bcc4 100644
--- 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/"