Repository: mesos Updated Branches: refs/heads/master fcadef2de -> c46e502dc
Added DISTRIBUTE reference so that protobuf egg can be built locally. Review: https://reviews.apache.org/r/26788 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c46e502d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c46e502d Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c46e502d Branch: refs/heads/master Commit: c46e502dcd9f928cce579e825fd0c2a2f75bc257 Parents: fcadef2 Author: Thomas Rampelberg <[email protected]> Authored: Wed Oct 15 17:35:20 2014 -0700 Committer: Niklas Q. Nielsen <[email protected]> Committed: Wed Oct 15 17:35:20 2014 -0700 ---------------------------------------------------------------------- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c46e502d/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index d503c8d..c44a9ad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -970,7 +970,7 @@ if WITH_BUNDLED_PROTOBUF @echo "Building protobuf Python egg ..." cd ../$(PROTOBUF)/python && \ CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ - PYTHONPATH=$(DISTRIBUTE_EGG) $(PYTHON) setup.py build bdist_egg + PYTHONPATH=$(abs_top_builddir)/$(DISTRIBUTE) $(PYTHON) setup.py build bdist_egg CLEANFILES += $(PROTOBUF_EGG) endif
