From: Michal Sojka Date: Wed, 5 Feb 2014 16:15:37 +0000 (+0100) Subject: Be more silent X-Git-Tag: fix-allnoconfig~44 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/9fe0b5ec0a580b4e911224befeb0be23404aa3be?hp=c3437f2bdbb60a09c19b4d4f04312195d9d683e0 Be more silent --- diff --git a/continuous/steps/20-config b/continuous/steps/20-config index a4d8a6a..1b1dd4e 100755 --- a/continuous/steps/20-config +++ b/continuous/steps/20-config @@ -55,4 +55,4 @@ conf NETFILTER y conf PACKET y # ugw mmap -yes n|make oldconfig +yes n|chronic make oldconfig diff --git a/continuous/steps/30-compile b/continuous/steps/30-compile index e43e00f..5887638 100755 --- a/continuous/steps/30-compile +++ b/continuous/steps/30-compile @@ -6,4 +6,7 @@ cd linux export ARCH=powerpc export CROSS_COMPILE=/opt/OSELAS.Toolchain-2012.12.1/powerpc-603e-linux-gnu/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/bin/powerpc-603e-linux-gnu- -make -j$(ncpus) uImage shark-ryu.dtb + +test -t 0 || CHRONIC=chronic + +$CHRONIC make -j$(ncpus) uImage shark-ryu.dtb