Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262695AbTI1TpT (ORCPT ); Sun, 28 Sep 2003 15:45:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262703AbTI1TpT (ORCPT ); Sun, 28 Sep 2003 15:45:19 -0400 Received: from wohnheim.fh-wedel.de ([213.39.233.138]:25272 "EHLO wohnheim.fh-wedel.de") by vger.kernel.org with ESMTP id S262695AbTI1TpN (ORCPT ); Sun, 28 Sep 2003 15:45:13 -0400 Date: Sun, 28 Sep 2003 21:44:31 +0200 From: =?iso-8859-1?Q?J=F6rn?= Engel To: Linus Torvalds , Geert Uytterhoeven , Bernardo Innocenti , Kernel Mailing List , Sam Ravnborg Subject: Re: Linux 2.6.0-test6 Message-ID: <20030928194431.GB16921@wohnheim.fh-wedel.de> References: <20030928184642.GA1681@mars.ravnborg.org> <20030928191622.GA16921@wohnheim.fh-wedel.de> <20030928193150.GA3074@mars.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030928193150.GA3074@mars.ravnborg.org> User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 28 September 2003 21:31:50 +0200, Sam Ravnborg wrote: > On Sun, Sep 28, 2003 at 09:16:22PM +0200, J?rn Engel wrote: > > How about a check_headers target that roughly works like this: > > > > for (all header files in include/linux and include/asm) { > > echo "#include <$HEADER>" > header.c > > make header.o > > rm header.c header.o > > } > > That should do it. Can you also integrate the check Linus mentioned, > to make sure no declarations are present. If it's simple enough, you'll have it tomorrow. Linus' check might take a bit longer, I'm not sure yet how to define an empty object file. Is it enough if objdump -tT only shows sections? > I would name the target: headercheck: > to be consistent with the other targets. ok. > It should be fine having it as a separate target, then we can ask > John Cherry to include it in his nightly builds. That would be nice, yes. J?rn -- Measure. Don't tune for speed until you've measured, and even then don't unless one part of the code overwhelms the rest. -- Rob Pike - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/