projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08bdde9
)
silence warning when building
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 11 Apr 2007 15:50:59 +0000
(08:50 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 11 Apr 2007 15:50:59 +0000
(08:50 -0700)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 4c45f9d0433d628a42b85bf7758d5b8e1c92363c..eb9a7634e09d3a0729d1e369c108cf576104c809 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-4,7
+4,7
@@
BASE=$(shell pwd)
PYTHON=python
INSTDIR=$(BASE)/instdir
PATHSEP=$(shell python -c 'import os ; print os.pathsep')
-TRIALPATH=$(shell which trial.py)
+TRIALPATH=$(shell which trial.py
2>/dev/null
)
ifeq ($(TRIALPATH),)
TRIALPATH=$(shell which trial)
endif