mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-29 15:43:54 +00:00
Makefile: touch .built on every build, so other targets can depend upon .built and avoid redundant rebuilds
This commit is contained in:
parent
492cb92dc8
commit
8e1439d12d
2
Makefile
2
Makefile
@ -94,7 +94,6 @@ make-version:
|
||||
|
||||
.built:
|
||||
$(MAKE) build
|
||||
touch .built
|
||||
|
||||
src/allmydata/_version.py:
|
||||
$(MAKE) make-version
|
||||
@ -104,6 +103,7 @@ build: src/allmydata/_version.py
|
||||
PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \
|
||||
$(PYTHON) ./setup.py develop install --prefix="$(SUPPORT)"
|
||||
chmod +x bin/tahoe
|
||||
touch .built
|
||||
|
||||
# 'make install' will do the following:
|
||||
# build+install tahoe (probably to /usr/lib/pythonN.N/site-packages)
|
||||
|
Loading…
x
Reference in New Issue
Block a user