All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Cheng Renquan <crquan@gmail.com>
Cc: linux-kbuild@vger.kernel.org
Subject: Re: Is this a kbuild system's BUG?
Date: Tue, 20 Jan 2009 14:47:19 +0100	[thread overview]
Message-ID: <20090120134719.GA18924@uranus.ravnborg.org> (raw)
In-Reply-To: <91b13c310901200215t1b40ac1eid0a704d6c55522bc@mail.gmail.com>

On Tue, Jan 20, 2009 at 06:15:29PM +0800, Cheng Renquan wrote:
> Hello,
> 
> as the prepare target said,
> 
>   prepare         - Set up for building external modules
> 
> it should setup a environment for external modules building, right?
> 
> I unpacked linux-2.6.28.tar.bz2 to /usr/src/linux-2.6.28/, copied a
> good .config,
> "make prepare" under it,
> 
> but if I use it to build an external module under $PWD/kernel, it complains,
> 
> $ env -i make -C /usr/src/linux-2.6.28/ M=$PWD/kernel
> make: Entering directory `/usr/src/linux-2.6.28'
> 
>   WARNING: Symbol version dump /usr/src/linux-2.6.28/Module.symvers
>            is missing; modules will have no dependencies and modversions.
> 
>   Building modules, stage 2.
>   MODPOST 1 modules
> /bin/sh: scripts/mod/modpost: No such file or directory
> make[1]: *** [__modpost] Error 127
> make: *** [modules] Error 2
> make: Leaving directory `/usr/src/linux-2.6.28'
> 
> it seems OK if I do a "make scritps/" in advance, so should we add scripts
> depend to prepare?
Yes.
I wonder why this is not done today??

Can I ask you to try it out and see if anythings breaks.

	Sam

  reply	other threads:[~2009-01-20 13:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-20 10:15 Is this a kbuild system's BUG? Cheng Renquan
2009-01-20 13:47 ` Sam Ravnborg [this message]
2009-02-15 10:16   ` Sam Ravnborg

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=20090120134719.GA18924@uranus.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=crquan@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.