From 666df0076de495f2e523e3e35a38487e59a54b9b Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 6 Aug 2015 20:30:32 +0200 Subject: reproducible openwrt: don't let whole build fail if target install fails --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index bef59f37..8397af9a 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -82,7 +82,7 @@ openwrt_build() { ionice -c 3 nice \ $MAKE $OPTIONS package/install ionice -c 3 nice \ - $MAKE $OPTIONS target/install + $MAKE $OPTIONS target/install V=s || true ionice -c 3 nice \ $MAKE $OPTIONS package/index || true # don't let some packages fail the whole build } -- cgit v1.2.3-70-g09d2