summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2015-12-10 14:49:20 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-10 15:21:30 +0100
commit6ea9e55d0c14a8434670b83c328b5471012b4b81 (patch)
tree727a20d45dbdc5deecf6be71e985b56648f0cdd0 /bin/reproducible_openwrt.sh
parent830139bc080e07c426efcc28aa0c10f9cb8539d1 (diff)
downloadjenkins.debian.net-6ea9e55d0c14a8434670b83c328b5471012b4b81.tar.xz
openwrt: build tools + toolchain parallel
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index e9870a1d..5b1fb262 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -68,11 +68,9 @@ openwrt_build_toolchain() {
echo "============================================================================="
ionice -c 3 nice \
- make -j 1 V=s tools/install
- #make -j $NUM_CPU tools/install
+ make -j $NUM_CPU tools/install
ionice -c 3 nice \
- make -j 1 V=s toolchain/install
- #make -j $NUM_CPU toolchain/install
+ make -j $NUM_CPU toolchain/install
}
openwrt_build() {