mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-11 23:42:38 +00:00
silence warning when building
This commit is contained in:
parent
08bdde9e4a
commit
f7ddd89a90
@ -4,7 +4,7 @@ BASE=$(shell pwd)
|
|||||||
PYTHON=python
|
PYTHON=python
|
||||||
INSTDIR=$(BASE)/instdir
|
INSTDIR=$(BASE)/instdir
|
||||||
PATHSEP=$(shell python -c 'import os ; print os.pathsep')
|
PATHSEP=$(shell python -c 'import os ; print os.pathsep')
|
||||||
TRIALPATH=$(shell which trial.py)
|
TRIALPATH=$(shell which trial.py 2>/dev/null)
|
||||||
ifeq ($(TRIALPATH),)
|
ifeq ($(TRIALPATH),)
|
||||||
TRIALPATH=$(shell which trial)
|
TRIALPATH=$(shell which trial)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user