From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xenotime.net ([72.52.64.118]:39844 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751177AbZBQADe (ORCPT ); Mon, 16 Feb 2009 19:03:34 -0500 Received: from ::ffff:71.117.247.66 ([71.117.247.66]) by xenotime.net for ; Mon, 16 Feb 2009 16:03:28 -0800 Message-ID: <4999FEFF.8090907@xenotime.net> Date: Mon, 16 Feb 2009 16:04:15 -0800 From: Randy Dunlap MIME-Version: 1.0 Subject: timing problem with building bounds.h? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: linux-kbuild@vger.kernel.org, samr 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? Thanks, ~Randy