mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-23 10:40:23 +00:00
setup: we needn't depend on make-version targets because setup.py always attempts to make a version whenever it is executed
This commit is contained in:
parent
2ed8a272ed
commit
2b6951bf20
4
Makefile
4
Makefile
@ -85,7 +85,7 @@ make-version:
|
|||||||
$(MAKE) build
|
$(MAKE) build
|
||||||
touch .built
|
touch .built
|
||||||
|
|
||||||
build: make-version
|
build:
|
||||||
$(PYTHON) ./setup.py build_ext -i
|
$(PYTHON) ./setup.py build_ext -i
|
||||||
chmod +x bin/allmydata-tahoe
|
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
|
# 'make install PREFIX=/usr/local/stow/tahoe-N.N' will do the same, but to
|
||||||
# a different location
|
# a different location
|
||||||
|
|
||||||
install: make-version
|
install:
|
||||||
ifdef PREFIX
|
ifdef PREFIX
|
||||||
mkdir -p $(PREFIX)
|
mkdir -p $(PREFIX)
|
||||||
$(PP) $(PYTHON) ./setup.py install \
|
$(PP) $(PYTHON) ./setup.py install \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user