From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xenotime.net ([72.52.64.118]:52433 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751321AbZBQQxw (ORCPT ); Tue, 17 Feb 2009 11:53:52 -0500 Received: from ::ffff:71.117.247.66 ([71.117.247.66]) by xenotime.net for ; Tue, 17 Feb 2009 08:53:50 -0800 Message-ID: <499AEBCF.9030701@xenotime.net> Date: Tue, 17 Feb 2009 08:54:39 -0800 From: Randy Dunlap MIME-Version: 1.0 Subject: Re: timing problem with building bounds.h? References: <4999FEFF.8090907@xenotime.net> <20090217060850.GA21538@uranus.ravnborg.org> In-Reply-To: <20090217060850.GA21538@uranus.ravnborg.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Sam Ravnborg Cc: linux-kbuild@vger.kernel.org Sam Ravnborg wrote: > On Mon, Feb 16, 2009 at 04:04:15PM -0800, Randy Dunlap wrote: >> 2 times today I had problems with kernel builds using >> O= and -j4 and include/linux/bounds.h being incomplete. >> (using 2.6.29-rc5) >> >> >> bounds.h was like this: >> >> #ifndef __LINUX_BOUNDS_H__ >> #define __LINUX_BOUNDS_H__ >> /* >> * DO NOT MODIFY. >> * >> * This file was generated by Kbuild >> * >> */ >> /// blank line here was the end of the file; >> >> >> >> Is there something in top-level Kbuild or Makefile that >> would explain this? > > Not that I know of... > If you can reproduce it could you try: > 1) What is the content of kernel/bounds.s > 2) The output when building the kernel > [Even without V=1 this may give a clue where it goes wrong] I'll let you know if I can do that. > Was this with O=... build btw? Yes (see my 2nd line of text body :). Thanks, ~Randy