From: Brian Warner <warner@allmydata.com>
Date: Wed, 18 Jun 2008 20:15:55 +0000 (-0700)
Subject: Makefile: edit check-grid comment a bit
X-Git-Tag: allmydata-tahoe-1.2.0~76
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22news.html/configuration.rst?a=commitdiff_plain;h=164c3f83a1164baa7825f4751f0b818e53f974be;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: edit check-grid comment a bit
---

diff --git a/Makefile b/Makefile
index 5dac3542..3f74649e 100644
--- a/Makefile
+++ b/Makefile
@@ -253,9 +253,9 @@ check-speed: .built
 	$(PYTHON) src/allmydata/test/check_speed.py $(TESTCLIENTDIR)
 	$(PYTHON) bin/tahoe stop $(TESTCLIENTDIR)
 
-# This target also uses a pre-established client node, along with a long-term
-# directory that contains some well-known files. See the docstring in
-# src/allmydata/test/check_grid.py to see how to set this up.
+# The check-grid target also uses a pre-established client node, along with a
+# long-term directory that contains some well-known files. See the docstring
+# in src/allmydata/test/check_grid.py to see how to set this up.
 check-grid: .built
 	if [ -z '$(TESTCLIENTDIR)' ]; then exit 1; fi
 	@echo "stopping any leftover client code"