From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: mm@80x24.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 27A731FB03; Wed, 5 Nov 2014 02:37:25 +0000 (UTC) From: Eric Wong To: mm@80x24.org Cc: Eric Wong Subject: [PATCH] build-aux/static-deps.mk: update for urcu 0.8.6 Date: Wed, 5 Nov 2014 02:37:24 +0000 Message-Id: <1415155044-12110-1-git-send-email-e@80x24.org> X-Mailer: git-send-email 2.1.2.568.g4ae9a7b List-Id: Might as well test with the latest version. --- build-aux/static-deps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/static-deps.mk b/build-aux/static-deps.mk index 6d4d465..da70754 100644 --- a/build-aux/static-deps.mk +++ b/build-aux/static-deps.mk @@ -44,7 +44,7 @@ $(urcu_dir)/.git/femalloc-stamp: > $@ urcu_ref := refs/remotes/origin/stable-0.8 -urcu_commit := 60e5f96dc8e2ca1dc07c0ab92385fa5c3bad77d0 +urcu_commit := af507800971afbbbb05f6b5ff67cd2f20e8b338f urcu-uptodate: $(urcu_dir)/.git/femalloc-stamp ( cd $(urcu_dir) && \ test "$(urcu_commit)" = "$$(git rev-parse $(urcu_ref))" || git fetch ) -- EW