mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
setup: fix formatting of error messages from makefile
This commit is contained in:
parent
9de9346a66
commit
a2edc7bdf2
10
Makefile
10
Makefile
@ -93,19 +93,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user