From: Zooko O'Whielacronx Date: Fri, 21 Sep 2007 21:40:12 +0000 (-0700) Subject: setup: formatting of dependency-missing errors X-Git-Tag: allmydata-tahoe-0.6.0~23 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=fe899da1b0e03dfc44a3e3993dae0ab077d56c97;p=tahoe-lafs%2Ftahoe-lafs.git setup: formatting of dependency-missing errors --- diff --git a/Makefile b/Makefile index e780c10f..a061beb9 100644 --- a/Makefile +++ b/Makefile @@ -109,19 +109,19 @@ endif signal-error-deps: - @echo "ERROR: Not all of Tahoe's dependencies are in place. Please \ + @echo "ERROR: Not all of Tahoe's dependencies are in place. Please\ see the README for help on installing dependencies." exit 1 signal-error-twisted-dep: - @echo "ERROR: Before running \"make build-deps\" you have to ensure that \ -Twisted is installed (including its zope.interface dependency). Twisted and \ -zope.interface are required for the automatic installation of certain other \ + @echo "ERROR: Before running \"make build-deps\" you have to ensure that\ +Twisted is installed (including its zope.interface dependency). Twisted and\ +zope.interface are required for the automatic installation of certain other\ libraries that Tahoe requires). Please see the README for details." exit 1 signal-error-pywin32-dep: - @echo "ERROR: the pywin32 dependency is not in place. Please see the README \ + @echo "ERROR: the pywin32 dependency is not in place. Please see the README\ for help on installing dependencies." exit 1