From 4716e206035febbf4cf99e2d319f29601f5aa716 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 19 Sep 2015 13:03:53 +0200 Subject: [PATCH] continuous: Add -w flag to make This allows Emacs to automatically navigate to place with compilation error. --- continuous/steps/30-compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2