Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A80FA200D24 for ; Tue, 24 Oct 2017 17:08:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A6A3F160BE0; Tue, 24 Oct 2017 15:08:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EEF24160BDB for ; Tue, 24 Oct 2017 17:08:42 +0200 (CEST) Received: (qmail 3593 invoked by uid 500); 24 Oct 2017 15:08:42 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 3584 invoked by uid 99); 24 Oct 2017 15:08:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2017 15:08:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 13A74DFAEB; Tue, 24 Oct 2017 15:08:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aconway@apache.org To: commits@qpid.apache.org Message-Id: <14a750b22a7847f68a06e3ab93a7ff82@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: qpid-proton git commit: NO-JIRA: [ruby] fix cmake parallel build dependency Date: Tue, 24 Oct 2017 15:08:42 +0000 (UTC) archived-at: Tue, 24 Oct 2017 15:08:43 -0000 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 Authored: Tue Oct 24 13:37:34 2017 +0100 Committer: Alan Conway 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