projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed8a27
)
setup: we needn't depend on make-version targets because setup.py always attempts...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 4 Oct 2007 21:14:48 +0000
(14:14 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 4 Oct 2007 21:14:48 +0000
(14:14 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 44fb0d21b0bb698c58ddc6fbfcc53e9387becc53..781136365fa8cb9cffa650c8ee5332e940ea63cc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-85,7
+85,7
@@
make-version:
$(MAKE) build
touch .built
-build:
make-version
+build:
$(PYTHON) ./setup.py build_ext -i
chmod +x bin/allmydata-tahoe
@@
-94,7
+94,7
@@
build: make-version
# 'make install PREFIX=/usr/local/stow/tahoe-N.N' will do the same, but to
# a different location
-install:
make-version
+install:
ifdef PREFIX
mkdir -p $(PREFIX)
$(PP) $(PYTHON) ./setup.py install \