public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Leif Sawyer <lsawyer@gci.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Sparc-64 kernel build fails on version.h during 'make oldconfig'
Date: Thu, 26 Jul 2001 11:45:38 +1000	[thread overview]
Message-ID: <15723.996111938@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Wed, 25 Jul 2001 09:39:46 PST." <BF9651D8732ED311A61D00105A9CA315053E1265@berkeley.gci.com>

On Wed, 25 Jul 2001 09:39:46 -0800, 
Leif Sawyer <lsawyer@gci.com> wrote:
>When 'bootstrapping' a new kernel:
>
>cp ../oldlinux/.config .
>make oldconfig
>make dep
>...
>/usr/src/linux/include/linux/udf_fs_sb.h:22: linux/version.h: No such file
>or directory

Ignore it, the kernel build design is wrong.  make dep is supposed to
pick up all dependencies on included files but, at the time make dep is
run, generated files have not been created yet.  make dep issues lots
of spurious warning and error messages.  The 2.5 makefile rewrite fixes
the design.  This is not a failure condition, make dep keeps going.

I have no idea why udf_fs_sb.h includes versions.h, it does not use it.
I will follow up with the UDF group.


      parent reply	other threads:[~2001-07-26  1:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-25 17:39 Sparc-64 kernel build fails on version.h during 'make oldconfig' Leif Sawyer
2001-07-25 22:35 ` David S. Miller
2001-07-26  4:42   ` Thorsten Kukuk
2001-07-26  8:58     ` Andreas Schwab
2001-07-26  1:45 ` Keith Owens [this message]

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=15723.996111938@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lsawyer@gci.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