From 07d6e9a73cf87674dc74e9d133d3a98d978830e3 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 18 Oct 2016 14:58:13 +0200 Subject: reproducible/openwrt|lede: openwrt_build_toolchain: enable build_log Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_openwrt_common.sh') diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index dc17fa04..1e301d20 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -205,8 +205,10 @@ openwrt_build_toolchain() { echo "$(date -u) - Building the toolchain." echo "=============================================================================" - ionice -c 3 make -j $NUM_CPU tools/install - ionice -c 3 make -j $NUM_CPU toolchain/install + OPTIONS="-j $NUM_CPU IGNORE_ERRORS=ym BUILD_LOG=1" + + ionice -c 3 make $OPTIONS tools/install + ionice -c 3 make $OPTIONS toolchain/install } # TYPE - openwrt or lede -- cgit v1.2.3-70-g09d2