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:
7326b8b
)
setup: "make" now defaults to "simple-build", which depends on build-deps
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 1 Jan 2008 07:44:30 +0000
(
00:44
-0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 1 Jan 2008 07:44:30 +0000
(
00:44
-0700)
This is for conformance with the simple new install.html. People who don't want build-deps can run "make build".
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 923dd73f96527d588e15a9c58dcbb62b5b37d941..f6ef76da169767fefb55b6d9a7ff9cdd8ed346a2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,7
+1,7
@@
# this Makefile requires GNU make
-default: build
+default:
simple-
build
PYTHON=python
PATHSEP=$(shell python -c 'import os ; print os.pathsep')
@@
-72,6
+72,8
@@
make-version:
$(MAKE) build
touch .built
+simple-build: build-deps build
+
build:
$(PYTHON) ./setup.py build_ext -i $(INCLUDE_DIRS_ARG) $(LIBRARY_DIRS_ARG)
chmod +x bin/tahoe