mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
setup: "make" now defaults to "simple-build", which depends on build-deps
This is for conformance with the simple new install.html. People who don't want build-deps can run "make build".
This commit is contained in:
parent
7326b8bae0
commit
f18a6167ca
4
Makefile
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user