[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:04 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=7929e21

The following commit has been merged in the master branch:
commit 7929e212822e0d84c45adbf21555ca35b776353c
Author: Robin Mills <robin at clanmills.com>
Date:   Tue Apr 14 14:09:17 2015 +0000

    Get jenkins_build.sh to use make -j for MinGW (-j4 hung the build)
---
 jenkins_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins_build.sh b/jenkins_build.sh
index 6552441..4b48db3 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -215,9 +215,9 @@ case "$build" in
             fi
 
             ./configure $withcurl $withssh
-            make        # DO NOT USE -j.  It seems to hang the build!
+            make -j       # DO NOT USE -j4.  It seems to hang the build!
             make install
-            make samples
+            make -j samples
             run_tests
             exiv2 -v -V
         else

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list