From a7ca427ff69a7fb959915173cc0c183323e57264 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 9 Oct 2014 14:39:15 +0200 Subject: [PATCH] Add a target for bisecting compilation errors --- continuous/steps/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/continuous/steps/Makefile b/continuous/steps/Makefile index ff3d415..6ad4855 100644 --- a/continuous/steps/Makefile +++ b/continuous/steps/Makefile @@ -16,8 +16,10 @@ log: ./30-compile ./40-run-tests -test: # Useful for running "git bisect run" from the linux directory +compile: # Useful for running "git bisect run" from the linux directory ./11-patch ./20-config ./30-compile + +test: compile # Useful for running "git bisect run" from the linux directory ../tests/kernelgw -- 2.39.2