]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Be more silent
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 5 Feb 2014 16:15:37 +0000 (17:15 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 5 Feb 2014 16:15:37 +0000 (17:15 +0100)
continuous/steps/20-config
continuous/steps/30-compile

index a4d8a6a8a0d1e0bf8a0613d1069d44ee26106b05..1b1dd4e8ac0264043cb2c4539d2e28c155168caa 100755 (executable)
@@ -55,4 +55,4 @@ conf NETFILTER y
 
 conf PACKET y # ugw mmap
 
-yes n|make oldconfig
+yes n|chronic make oldconfig
index e43e00f683323954531d8b9d0f2c6d8e6f4fdf91..5887638c373b412f1abe319298d0f51489605754 100755 (executable)
@@ -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