Skip to content

Commit

Permalink
don't build zkpython as part of make zookeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Aug 7, 2012
1 parent 6dc884d commit 5943be4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ $(ZOOKEEPER):
cd bin/zookeeper/src/c && \
./configure && \
make
cd bin/zookeeper/src/contrib/zkpython && \
mv build.xml old_build.xml && \
cat old_build.xml | sed 's|executable="python"|executable="../../../../../bin/python"|g' > build.xml && \
ant install
chmod a+x bin/zookeeper/bin/zkServer.sh
$(INSTALL) --force-reinstall zc-zookeeper-static
@echo "Finished installing Zookeeper"

zookeeper: $(ZOOKEEPER)
Expand Down

0 comments on commit 5943be4

Please sign in to comment.