From 037e8946c17a859dabdd18e889850613c233058c Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 27 Nov 2016 01:37:51 +0100 Subject: reproducible_lede_common: simplify openwrt_compile() we dont need to ignore certains failures because of IGNORE_ERROS=ym Signed-off-by: Holger Levsen --- bin/reproducible_lede_common.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bin/reproducible_lede_common.sh') diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index 3be3efcf..0f0af0f8 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -229,12 +229,7 @@ openwrt_compile() { echo "=============================================================================" echo "$(date -u) - Building $TYPE ${OPENWRT_VERSION} ($TARGET) - $RUN build run." echo "=============================================================================" - ionice -c 3 $MAKE $OPTIONS target/compile - ionice -c 3 $MAKE $OPTIONS package/cleanup - ionice -c 3 $MAKE $OPTIONS package/compile || true # don't let some packages fail the whole build - ionice -c 3 $MAKE $OPTIONS package/install - ionice -c 3 $MAKE $OPTIONS target/install V=s || true - ionice -c 3 $MAKE $OPTIONS package/index || true # don't let some packages fail the whole build + ionice -c 3 $MAKE $OPTIONS } # called by openwrt_two_times -- cgit v1.2.3-54-g00ecf