mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 13:59:59 +00:00
setup: for reasons that I do not understand "show-eggspath" gives me a GNUmake error unless I move it down a couple of stanzas (until after the stanza that sets PYTHONPATH)
This commit is contained in:
parent
eaed7a0690
commit
8fc26ea4c4
5
Makefile
5
Makefile
@ -49,8 +49,6 @@ build-deps:
|
|||||||
echo "This is done automatically (by delegating to setuptools) now."
|
echo "This is done automatically (by delegating to setuptools) now."
|
||||||
|
|
||||||
EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
|
EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
|
||||||
show-eggspath:
|
|
||||||
@echo $(EGGSPATH)
|
|
||||||
|
|
||||||
ifneq ($(PYTHONPATH),)
|
ifneq ($(PYTHONPATH),)
|
||||||
PYTHONPATH := $(PYTHONPATH)$(PATHSEP)
|
PYTHONPATH := $(PYTHONPATH)$(PATHSEP)
|
||||||
@ -62,6 +60,9 @@ TRIAL=PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT)
|
|||||||
|
|
||||||
.PHONY: make-version build
|
.PHONY: make-version build
|
||||||
|
|
||||||
|
show-eggspath:
|
||||||
|
echo $(EGGSPATH)
|
||||||
|
|
||||||
# The 'darcsver' setup.py command comes in the 'darcsver' package:
|
# The 'darcsver' setup.py command comes in the 'darcsver' package:
|
||||||
# http://pypi.python.org/pypi/darcsver It is necessary only if you want to
|
# http://pypi.python.org/pypi/darcsver It is necessary only if you want to
|
||||||
# automatically produce a new _version.py file from the current darcs history.
|
# automatically produce a new _version.py file from the current darcs history.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user