You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/10/24 15:08:42 UTC

qpid-proton git commit: NO-JIRA: [ruby] fix cmake parallel build dependency

Repository: qpid-proton
Updated Branches:
  refs/heads/master da7f5056a -> 9f80e5753


NO-JIRA: [ruby] fix cmake parallel build dependency

Make ruby-gem depend on cproton-ruby to fix problems with parallel builds.


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9f80e575
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9f80e575
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/9f80e575

Branch: refs/heads/master
Commit: 9f80e57537f3037902b86aac1a3da2b3ccbddc08
Parents: da7f505
Author: Alan Conway <ac...@redhat.com>
Authored: Tue Oct 24 13:37:34 2017 +0100
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue Oct 24 13:37:34 2017 +0100

----------------------------------------------------------------------
 proton-c/bindings/ruby/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9f80e575/proton-c/bindings/ruby/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/CMakeLists.txt b/proton-c/bindings/ruby/CMakeLists.txt
index 24e16d5..ff88ddd 100644
--- a/proton-c/bindings/ruby/CMakeLists.txt
+++ b/proton-c/bindings/ruby/CMakeLists.txt
@@ -57,7 +57,7 @@ if (GEM_EXE)
     COMMAND ${CMAKE_COMMAND} -E copy_directory ${src} ${bin}
     COMMAND ${CMAKE_COMMAND} -E copy ${bin}/rubyRUBY_wrap.c ${bin}/ext/cproton/cproton.c
     COMMAND ${GEM_EXE} build qpid_proton.gemspec
-    DEPENDS ${RUBY_SRC} ${src}/LICENSE ${src}/TODO ${src}/ChangeLog ${bin}/rubyRUBY_wrap.c
+    DEPENDS ${RUBY_SRC} ${src}/LICENSE ${src}/TODO ${src}/ChangeLog cproton-ruby
     WORKING_DIRECTORY ${bin})
 
   add_custom_target(ruby-gem ALL DEPENDS ${bin}/qpid_proton-${PN_VERSION}.gem )


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org