linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.5] [Cool stuff] "checking" mode for kernel builds
@ 2003-05-27  0:17 Carl-Daniel Hailfinger
  2003-05-27  0:25 ` John Anthony Kazos Jr.
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Carl-Daniel Hailfinger @ 2003-05-27  0:17 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List

Linus,

while eagerly waiting for the release of that tool, I have a few
comments about the patch itself.

> # The following is the BitKeeper ChangeSet Log
> # --------------------------------------------
> # 03/05/07	torvalds@home.transmeta.com	1.1063.14.3
> # Support a "checking" mode for kernel builds, that runs a
> # user-supplied source checker on all C files before compiling
> # them.
> # 
> # I'll release the actual checker once I've cleaned it up a
> # bit more (yay, all the copyright paperwork completed!)
> # --------------------------------------------
> #
> [...]
> @@ -172,6 +182,7 @@
>  DEPMOD		= /sbin/depmod
>  KALLSYMS	= scripts/kallsyms
>  PERL		= perl
> +CHECK		= /home/torvalds/parser/check

Hardcoded path

>  MODFLAGS	= -DMODULE
>  CFLAGS_MODULE   = $(MODFLAGS)
>  AFLAGS_MODULE   = $(MODFLAGS)
> @@ -66,6 +66,12 @@
>  	 $(subdir-ym) $(always)
>  	@:
>  
> +# Linus's kernel sanity checking tool

IIRC my english lessons it should be
+# Linus' kernel sanity checking tool

> +ifneq ($(KBUILD_CHECKSRC),0)
> +quiet_cmd_checksrc = CHECK   $<
> +      cmd_checksrc = $(CHECK) $(CFLAGS) $< ;
> +endif
> + 
>  # Module versioning
>  # ------------------------------------------------------
>  

Regards,
Carl-Daniel


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

end of thread, other threads:[~2003-05-27 14:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-27  0:17 [2.5] [Cool stuff] "checking" mode for kernel builds Carl-Daniel Hailfinger
2003-05-27  0:25 ` John Anthony Kazos Jr.
2003-05-27  0:36 ` Linus Torvalds
2003-05-27  1:24   ` Carl-Daniel Hailfinger
2003-05-26 13:17     ` dan carpenter
2003-05-27  1:58 ` Miles Bader
2003-05-27  3:02 ` Aaron Lehmann
2003-05-27  3:23   ` Linus Torvalds
2003-05-27  4:47     ` Aaron Lehmann
2003-05-27  5:07       ` Linus Torvalds
2003-05-27  9:16         ` Ryan Anderson
2003-05-27 14:44           ` Linus Torvalds
2003-05-27 11:03 ` dep

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).