Makefile: remove 'install' target. fixes #1717
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
This commit is contained in:
parent
ec191bfca6
commit
d85a75d7f6
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue