From: Sam Ravnborg <sam@ravnborg.org>
To: "Adam J. Richter" <adam@yggdrasil.com>
Cc: kai@tp1.ruhr-uni-bochum.de, linux-kernel@vger.kernel.org
Subject: Re: Various kbuild problems in 2.5.22
Date: Tue, 18 Jun 2002 21:16:39 +0200 [thread overview]
Message-ID: <20020618211639.A2659@mars.ravnborg.org> (raw)
In-Reply-To: <200206181710.KAA00594@baldur.yggdrasil.com>; from adam@yggdrasil.com on Tue, Jun 18, 2002 at 10:10:59AM -0700
On Tue, Jun 18, 2002 at 10:10:59AM -0700, Adam J. Richter wrote:
>
> The standard for make is that if you name the target, it
> builds the target. If I want to make bzImage and modules, I should type
> "make bzImage modules".
As it is in 2.5.22 make bzImage compares to make installable in kbuild-2.5.
What about combining best of both worlds?
Let
make bzImage -> Build bzImage
make modules -> Build modules
And the new member of the family:
make kernel -> Build selected binary and modules.
So "make kernel" is similar to kbuild-2.5 "make installable" a name
that I dislike. Obviously "make kernel" requires support for selecting
the appropriate binary utilising make *config.
That would solve your concerns about the semantics - or?
>
> I agree with making the common case easier to build, but I would
> happy to have "make bzImage modules" be activatable by "make all" or
> "make" (or both).
"make all" I dislike.
"make all" is for me everything that can be maked, including doc's etc.
make with no argument should in my opinion be equal to "make kernel" -
so we agree there.
> If I want to the kernel to build to continue even when a module
> fails to compile, I should be able to do that by just using "-k". Not
> being able to build include/linux/modversions.h prevents me from doing
> that.
>From a conceptual point I disagree here. I would like make to
avoid completion in case an error is flagged.
My prediction is that the new behaviour may result in more errors being
corrected, due to the incentitive to do it. Today you ignore it
and hardly cannot spot it in all the noise generated during the build
process.
By the way - anyone having feedback on the "make KBUILD_VERBOSE=0"
mode. Why not make it default?
Sam
next prev parent reply other threads:[~2002-06-18 19:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-18 17:10 Adam J. Richter
2002-06-18 19:16 ` Sam Ravnborg [this message]
2002-06-18 19:28 ` Kai Germaschewski
2002-06-18 20:09 ` Sam Ravnborg
-- strict thread matches above, loose matches on Subject: below --
2002-06-19 3:07 Adam J. Richter
2002-06-19 2:55 Adam J. Richter
2002-06-19 2:50 Adam J. Richter
2002-06-19 2:56 ` Kai Germaschewski
2002-06-18 15:00 Adam J. Richter
2002-06-18 16:14 ` Kai Germaschewski
2002-06-18 21:23 ` Gerd Knorr
2002-06-19 8:02 ` Martin Dalecki
2002-06-18 12:18 Adam J. Richter
2002-06-18 14:24 ` Kai Germaschewski
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=20020618211639.A2659@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=adam@yggdrasil.com \
--cc=kai@tp1.ruhr-uni-bochum.de \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®