]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: remove 'install' target. fixes #1717 44/head
authorDaira Hopwood <david-sarah@jacaranda.org>
Sat, 25 May 2013 02:58:38 +0000 (03:58 +0100)
committerDaira Hopwood <david-sarah@jacaranda.org>
Sat, 25 May 2013 02:58:38 +0000 (03:58 +0100)
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
Makefile

index 1eb1e4c32cb13048f32ca83fdbb006dde031c2a1..a9a75b8bc2a3f3d38cca4c7df84efa988562cb96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,20 +31,6 @@ build:
        $(PYTHON) setup.py build
        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