You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2018/01/03 01:18:34 UTC

mesos git commit: Removed `nodist_liburi_volume_profile_SOURCES`.

Repository: mesos
Updated Branches:
  refs/heads/master 5c54732f4 -> 93bc00af7


Removed `nodist_liburi_volume_profile_SOURCES`.

Adding generated protobuf headers into `nodist_*_SOURCES` for modules
doesn't enfource build dependencies in the generated makefile so the
lines are removed.

NOTE: Currently `liburi_volume_profile.la` cannot be built standalone.
The issue is tracked in MESOS-8370.

Review: https://reviews.apache.org/r/64899/


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

Branch: refs/heads/master
Commit: 93bc00af70c355b30dba6d45bef129afe7338f01
Parents: 5c54732
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
Authored: Tue Jan 2 17:18:29 2018 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Jan 2 17:18:29 2018 -0800

----------------------------------------------------------------------
 src/Makefile.am | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/93bc00af/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 484ee46..30cd4d4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2351,8 +2351,6 @@ liburi_volume_profile_la_SOURCES =				\
   resource_provider/storage/uri_volume_profile.cpp		\
   resource_provider/storage/uri_volume_profile.hpp		\
   resource_provider/storage/volume_profile_utils.hpp
-nodist_liburi_volume_profile_la_SOURCES =			\
-  resource_provider/storage/volume_profile.pb.h
 liburi_volume_profile_la_CPPFLAGS = $(MESOS_CPPFLAGS)
 liburi_volume_profile_la_LDFLAGS = $(MESOS_MODULE_LDFLAGS)
 endif