summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-18 01:31:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-18 01:31:59 +0200
commit3449717e4ceb0e85559a4de09de3211be8ea7dbd (patch)
treee402e710d42118222fc6356df541c00236596864 /bin
parenteaadb45bef5d3c11f98a14e7ef71246a2c2eae9d (diff)
downloadjenkins.debian.net-3449717e4ceb0e85559a4de09de3211be8ea7dbd.tar.xz
reproducible openwrt: temporarily add "V=s" to the toolchain makes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_openwrt.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index f74f74b6..b51f3cc1 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -57,9 +57,11 @@ openwrt_build_toolchain() {
echo "============================================================================="
ionice -c 3 nice \
- make -j $NUM_CPU tools/install
+ make -j 1 V=s tools/install
+ #make -j $NUM_CPU tools/install
ionice -c 3 nice \
- make -j $NUM_CPU toolchain/install
+ make -j 1 V=s toolchain/install
+ #make -j $NUM_CPU toolchain/install
}
openwrt_build() {