mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 19:04:21 +00:00
Makefile: give explicit failure message to user if dependencies aren't found
This commit is contained in:
parent
ca5883b09b
commit
95067ae522
4
Makefile
4
Makefile
@ -107,7 +107,9 @@ endif
|
||||
|
||||
check-deps:
|
||||
$(PP) \
|
||||
$(PYTHON) -c 'import allmydata, zfec, foolscap, simplejson, nevow, OpenSSL'
|
||||
$(PYTHON) -c 'import allmydata, zfec, foolscap, simplejson, nevow, OpenSSL' || \
|
||||
echo "Not all of Tahoe's dependencies are in place. Please see the README for help on installing dependencies." && \
|
||||
exit 1
|
||||
|
||||
.checked-deps:
|
||||
$(MAKE) check-deps
|
||||
|
Loading…
x
Reference in New Issue
Block a user