You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/07/25 00:23:33 UTC

mesos git commit: Fixed some alphabetical ordering issues in the mesos build files.

Repository: mesos
Updated Branches:
  refs/heads/master 35be8db88 -> 2cc0c1fa6


Fixed some alphabetical ordering issues in the mesos build files.

This was requested during review feedback on a separate change, see:
  https://reviews.apache.org/r/67987/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2cc0c1fa
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2cc0c1fa
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2cc0c1fa

Branch: refs/heads/master
Commit: 2cc0c1fa68e6028fce04060ba8af0533f5f9eee0
Parents: 35be8db
Author: Benjamin Mahler <bm...@apache.org>
Authored: Tue Jul 24 17:22:49 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Tue Jul 24 17:22:49 2018 -0700

----------------------------------------------------------------------
 3rdparty/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2cc0c1fa/3rdparty/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am
index 6123b8a..0c75453 100644
--- a/3rdparty/Makefile.am
+++ b/3rdparty/Makefile.am
@@ -53,8 +53,8 @@ CONCURRENTQUEUE = concurrentqueue-$(CONCURRENTQUEUE_VERSION)
 CSI = csi-$(CSI_VERSION)
 ELFIO = elfio-$(ELFIO_VERSION)
 GLOG = glog-$(GLOG_VERSION)
-GOOGLETEST = googletest-release-$(GOOGLETEST_VERSION)
 GMOCK = $(GOOGLETEST)/googlemock
+GOOGLETEST = googletest-release-$(GOOGLETEST_VERSION)
 GPERFTOOLS = gperftools-$(GPERFTOOLS_VERSION)
 GRPC = grpc-$(GRPC_VERSION)
 GTEST = $(GOOGLETEST)/googletest
@@ -65,8 +65,8 @@ LIBARCHIVE = libarchive-$(LIBARCHIVE_VERSION)
 LIBEV = libev-$(LIBEV_VERSION)
 NVML = nvml-$(NVML_VERSION)
 PIP = pip-$(PIP_VERSION)
-PROTOBUF = protobuf-$(PROTOBUF_VERSION)
 PICOJSON = picojson-$(PICOJSON_VERSION)
+PROTOBUF = protobuf-$(PROTOBUF_VERSION)
 SETUPTOOLS = setuptools-$(SETUPTOOLS_VERSION)
 WHEEL = wheel-$(WHEEL_VERSION)
 ZOOKEEPER = zookeeper-$(ZOOKEEPER_VERSION)