From 9fe0b5ec0a580b4e911224befeb0be23404aa3be Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 5 Feb 2014 17:15:37 +0100 Subject: [PATCH] Be more silent --- continuous/steps/20-config | 2 +- continuous/steps/30-compile | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.2