mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
setup: add back "build-deps" as an alias for "build-auto-deps" since I don't know how to configure the buildmaster
And I am very tired.
This commit is contained in:
parent
b412847485
commit
5242e25c61
5
Makefile
5
Makefile
@ -51,6 +51,11 @@ build-auto-deps: check-deps
|
||||
$(PYTHON) misc/dependencies/build-deps-setup.py install \
|
||||
--prefix="$(SUPPORT)"
|
||||
|
||||
# The following target is here because I don't know how to tell the buildmaster
|
||||
# to start instructing his slaves to "build-auto-deps" instead of instructing
|
||||
# them to "build-deps". --Z
|
||||
build-deps: build-auto-deps
|
||||
|
||||
EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
|
||||
show-eggspath:
|
||||
@echo $(EGGSPATH)
|
||||
|
Loading…
Reference in New Issue
Block a user