summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-12 15:48:49 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-12 15:48:49 +0200
commitd00ce9d7e61479b49ed343ac661338bf3adcb4f8 (patch)
treed7cfbaaa9e00b0e02a23f166e522e52582c2508e /bin/reproducible_openwrt.sh
parent1c819775d37bf9f57a351278273d89cabebf102e (diff)
downloadjenkins.debian.net-d00ce9d7e61479b49ed343ac661338bf3adcb4f8.tar.xz
reproducible openwrt: debug make as advised
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh4
1 files changed, 2 insertions, 2 deletions
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