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:
677f26f
)
setup: whoops, really remove the default reactor=poll this time
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 30 Jul 2008 03:23:58 +0000
(20:23 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 30 Jul 2008 03:23:58 +0000
(20:23 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6f07e027ff567b0b0ef1df7508ee1f2d66469b37..5f6fa88e342dd7de3d8d3277548643bae9b06ea5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-39,7
+39,7
@@
endif
ifneq ($(REACTOR),)
REACTOROPT := --reactor=$(REACTOR)
else
- REACTOROPT :=
--reactor=poll
+ REACTOROPT :=
endif
ifneq ($(PYTHONPATH),)