[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: debug make as advised

Holger Levsen holger at moszumanska.debian.org
Fri Jun 12 13:49:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit d00ce9d7e61479b49ed343ac661338bf3adcb4f8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jun 12 15:48:49 2015 +0200

    reproducible openwrt: debug make as advised
---
 bin/reproducible_openwrt.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 7efb53b..d400d64 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -99,7 +99,7 @@ echo "==========================================================================
 export TZ="/usr/share/zoneinfo/Etc/GMT+12"
 # actually build everything
 nice ionice -c 3 \
-	make -j $NUM_CPU target/compile
+	make -j1 V=s target/compile
 nice ionice -c 3 \
 	make -j $NUM_CPU package/cleanup
 nice ionice -c 3 \
@@ -142,7 +142,7 @@ umask 0002
 NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)
 nice ionice -c 3 \
 	linux64 --uname-2.6 \
-		make -j $NEW_NUM_CPU target/compile
+		make -j1 V=s target/compile
 nice ionice -c 3 \
 	linux64 --uname-2.6 \
 		make -j $NEW_NUM_CPU package/cleanup

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list