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:
56c71f1
)
setup: don't install, just "develop" in setup.py in build target
author
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 7 Mar 2008 01:28:20 +0000
(18:28 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 7 Mar 2008 01:28:20 +0000
(18:28 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 73ccc002b8492b83b8abebd55290dc12701dd918..f1f94d32cbb2b86721eebadad47b00b0159550b7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-101,7
+101,7
@@
src/allmydata/_version.py:
build: src/allmydata/_version.py
mkdir -p "$(SUPPORTLIB)"
PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \
- $(PYTHON) ./setup.py develop
install
--prefix="$(SUPPORT)"
+ $(PYTHON) ./setup.py develop --prefix="$(SUPPORT)"
chmod +x bin/tahoe
touch .built