From: Sam Ravnborg <sam@ravnborg.org>
To: "Adam J. Richter" <adam@yggdrasil.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.69-bk19 "make" messages much less informative
Date: Tue, 27 May 2003 06:48:25 +0200 [thread overview]
Message-ID: <20030527044825.GA1055@mars.ravnborg.org> (raw)
In-Reply-To: <200305262223.h4QMN5D12796@adam.yggdrasil.com>
On Mon, May 26, 2003 at 03:23:05PM -0700, Adam J. Richter wrote:
> Also, I used to be able to copy and paste the gcc command
> for compiling a particular file when I'm trying to get rid of compiler
> errors.
The easy way to handle this is actually to ask kbuild to compile the
file in question.
Example:
$ make arch/i386/kernel/acpi/boot.o
This wil perfectly fine compile boot.c - no need to hassle with copying
long gcc command lines.
A shorthand exists for compiling all built-in files in a directory
as well. Very useful when working on a subsystem.
Assuming ext2 is built-in try out:
$ make fs/ext2/
And as already pointed out, the easy way to enable to verbose
output is to use:
$ make V=1
Sam
next prev parent reply other threads:[~2003-05-27 4:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-26 22:23 Adam J. Richter
2003-05-26 22:49 ` John Levon
2003-05-27 0:05 ` Carl-Daniel Hailfinger
2003-05-27 4:48 ` Sam Ravnborg [this message]
2003-05-27 2:44 Adam J. Richter
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=20030527044825.GA1055@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=adam@yggdrasil.com \
--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®