]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
continuous: Add -w flag to make
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 19 Sep 2015 11:03:53 +0000 (13:03 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 19 Sep 2015 11:03:53 +0000 (13:03 +0200)
This allows Emacs to automatically navigate to place with compilation
error.

continuous/steps/30-compile

index 5b3d4e55c19c965ca7f2c799aee9c919ba7cd76c..4008682021a8f51340bdaf626ea875791e2ba478 100755 (executable)
@@ -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