From: Andreas Gruenbacher <agruen@suse.de>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] kbuild: support building individual files for external modules
Date: Sun, 22 Jan 2006 22:58:20 +0100 [thread overview]
Message-ID: <200601222258.20424.agruen@suse.de> (raw)
In-Reply-To: <20060122212814.GA14113@mars.ravnborg.org>
On Sunday 22 January 2006 22:28, Sam Ravnborg wrote:
> Following patch implement support for building individual files when
> dealing with separate modules.
Lightly tested with a separate O= and M= directory and a copy of the entire
fs/ tree; all seems to work for me. The only issue I had was with
fs/xfs/Kbuild, which reads:
[] include $(srctree)/$(obj)/Makefile-linux-2.6
This should get changed as below to work equally well in and out of the tree:
[] include $(src)/Makefile-linux-2.6
> make -C $KERNELSRC M=`pwd` bar.lst
That's what triggered the bug report for me: people expect those targets to
work also for external modules, and the patch fixes them. Thank you very
much, Sam!
Andreas
prev parent reply other threads:[~2006-01-22 21:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-22 21:28 Sam Ravnborg
2006-01-22 21:58 ` Andreas Gruenbacher [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=200601222258.20424.agruen@suse.de \
--to=agruen@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome