Linux SPARSE checker discussions
 help / color / mirror / Atom feed
* [PATCH] Makefile: use locally built sparse in the selfcheck target
@ 2017-11-09 16:30 Ramsay Jones
  2017-11-09 17:06 ` Luc Van Oostenryck
  2017-11-09 17:48 ` Christopher Li
  0 siblings, 2 replies; 12+ messages in thread
From: Ramsay Jones @ 2017-11-09 16:30 UTC (permalink / raw)
  To: Christopher Li; +Cc: Luc Van Oostenryck, Sparse Mailing-list


Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---

Hi Chris,

I was recently setting up a new system and didn't have sparse
installed. The 'make selfcheck' target failed ...

ATB,
Ramsay Jones

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d034176..d1a303e 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ LDFLAGS += -g
 LD = gcc
 AR = ar
 PKG_CONFIG = pkg-config
-CHECKER = ./cgcc -no-compile
+CHECKER = CHECK=./sparse ./cgcc -no-compile
 CHECKER_FLAGS =
 
 ALL_CFLAGS = $(CFLAGS) $(BASIC_CFLAGS)
-- 
2.15.0

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-11 14:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-09 16:30 [PATCH] Makefile: use locally built sparse in the selfcheck target Ramsay Jones
2017-11-09 17:06 ` Luc Van Oostenryck
2017-11-09 17:37   ` Ramsay Jones
2017-11-09 17:43     ` Luc Van Oostenryck
2017-11-09 17:55       ` Ramsay Jones
2017-11-09 17:57         ` Christopher Li
2017-11-09 18:03         ` Ramsay Jones
2017-11-09 18:09           ` Christopher Li
2017-11-09 18:32             ` Ramsay Jones
2017-11-11 14:44               ` Luc Van Oostenryck
2017-11-09 18:32           ` Luc Van Oostenryck
2017-11-09 17:48 ` Christopher Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox