From d00ce9d7e61479b49ed343ac661338bf3adcb4f8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 15:48:49 +0200 Subject: reproducible openwrt: debug make as advised --- bin/reproducible_openwrt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 7efb53b3..d400d64f 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 -- cgit v1.2.3-54-g00ecf