From 09f67044c1f1fd9e06e3ba9df2b11c8ecdea4722 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Wed, 13 Aug 2014 10:59:58 -0400
Subject: [PATCH] jenkins: list dependencies before building contrib

Change-Id: I9d0df6d5564a9dbc54d307892f2b71b05c0feb47
Refs: #48032
---
 tools/build-system/hudson-sflphone-script.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/build-system/hudson-sflphone-script.sh b/tools/build-system/hudson-sflphone-script.sh
index 6cc272a577..ae1c8be5dd 100755
--- a/tools/build-system/hudson-sflphone-script.sh
+++ b/tools/build-system/hudson-sflphone-script.sh
@@ -118,6 +118,8 @@ function build_contrib {
     mkdir -p native
     pushd native
     ../bootstrap
+    # list dependencies which will be added
+    make list
     make
     popd
     popd
-- 
GitLab