From: Michal Sojka Date: Sat, 19 Sep 2015 11:03:53 +0000 (+0200) Subject: continuous: Add -w flag to make X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/4716e206035febbf4cf99e2d319f29601f5aa716?ds=sidebyside continuous: Add -w flag to make This allows Emacs to automatically navigate to place with compilation error. --- diff --git a/continuous/steps/30-compile b/continuous/steps/30-compile index 5b3d4e5..4008682 100755 --- a/continuous/steps/30-compile +++ b/continuous/steps/30-compile @@ -9,4 +9,4 @@ export CROSS_COMPILE=/opt/OSELAS.Toolchain-2012.12.1/powerpc-603e-linux-gnu/gcc- test -t 0 || CHRONIC=chronic -$CHRONIC make -j$(nproc) uImage +$CHRONIC make -w -j$(nproc) uImage