mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
setup: remove the "build three times in a row" kludge now that #229 is fixed, and spell build "build" instead of "build_tahoe"
This commit is contained in:
parent
4d0dc9c766
commit
4e6c09d306
11
Makefile
11
Makefile
@ -62,16 +62,7 @@ src/allmydata/_version.py:
|
||||
# three invocations.
|
||||
|
||||
build: src/allmydata/_version.py
|
||||
$(MAKE) build-once || $(MAKE) build-once || $(MAKE) build-once
|
||||
|
||||
# setuptools has a bug (Issue17, see tahoe #229 for details) that causes it
|
||||
# to mishandle dependencies that are installed in non-site-directories,
|
||||
# including the /var/lib/ place that debian's python-support system uses. We
|
||||
# add this debian/ubuntu-specific directory (via $SITEDIRARG) to the setup.py
|
||||
# command line to work around this. Some day this will probably be fixed in
|
||||
# setuptools.
|
||||
build-once:
|
||||
$(PYTHON) setup.py build_tahoe
|
||||
$(PYTHON) setup.py build
|
||||
touch .built
|
||||
|
||||
# 'make install' will do the following:
|
||||
|
Loading…
x
Reference in New Issue
Block a user