mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 08:13:49 +00:00
Makefile: remove 'install' target. fixes #1717
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
This commit is contained in:
14
Makefile
14
Makefile
@ -31,20 +31,6 @@ build:
|
|||||||
$(PYTHON) setup.py build
|
$(PYTHON) setup.py build
|
||||||
touch .built
|
touch .built
|
||||||
|
|
||||||
# 'make install' will do the following:
|
|
||||||
# build+install tahoe (probably to /usr/lib/pythonN.N/site-packages)
|
|
||||||
# 'make install PREFIX=/usr/local/stow/tahoe-N.N' will do the same, but to
|
|
||||||
# a different location
|
|
||||||
|
|
||||||
install:
|
|
||||||
ifdef PREFIX
|
|
||||||
mkdir -p $(PREFIX)
|
|
||||||
$(PYTHON) ./setup.py install --single-version-externally-managed \
|
|
||||||
--prefix=$(PREFIX) --record=./tahoe.files
|
|
||||||
else
|
|
||||||
$(PYTHON) ./setup.py install --single-version-externally-managed
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
# TESTING
|
# TESTING
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user