linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Carl-Daniel Hailfinger <c-d.hailfinger.kernel.2003@gmx.net>
To: Linus Torvalds <torvalds@transmeta.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [2.5] [Cool stuff] "checking" mode for kernel builds
Date: Tue, 27 May 2003 02:17:45 +0200	[thread overview]
Message-ID: <3ED2AEA9.1000401@gmx.net> (raw)

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


             reply	other threads:[~2003-05-27  0:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-27  0:17 Carl-Daniel Hailfinger [this message]
2003-05-27  0:25 ` [2.5] [Cool stuff] "checking" mode for kernel builds 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3ED2AEA9.1000401@gmx.net \
    --to=c-d.hailfinger.kernel.2003@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).