From: Eli Carter <eli.carter@inet.com>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: "Randy.Dunlap" <rddunlap@osdl.org>,
linux-kernel@vger.kernel.org,
Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Subject: [PATCH] Re: [RFC] Documentation/kbuild/makefiles.txt
Date: Tue, 07 Jan 2003 12:09:44 -0600 [thread overview]
Message-ID: <3E1B17E8.9080203@inet.com> (raw)
In-Reply-To: 20030107165624.GA1222@mars.ravnborg.org
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
Sam Ravnborg wrote:
> Third version with input from Randy incorporated - thanks!
> Also added LDFLAGS_MODULE
>
> Sam
>
> Linux Kernel Makefiles
>
> This document describes the Linux kernel Makefiles.
This looks like an extremely useful document. A few suggestions attached.
HTH,
Eli
--------------------. "If it ain't broke now,
Eli Carter \ it will be soon." -- crypto-gram
eli.carter(a)inet.com `-------------------------------------------------
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 1011 bytes --]
--- makefiledoc.txt.orig Tue Jan 7 11:43:23 2003
+++ makefiledoc.txt Tue Jan 7 12:05:13 2003
@@ -438,7 +438,7 @@
--- 4.3 Defining shared libraries
- Objects with extension .so is considered shared libraries, and will
+ Objects with extension .so are considered shared libraries, and will
be compiled as position independent objects.
Kbuild provides support for shared libraries, but the usage
shall be restricted.
@@ -514,7 +514,7 @@
as a prerequisite.
This is possible in two ways:
- (1) List the prerequisite explicit in a special rule.
+ (1) List the prerequisite explicitly in a special rule.
Example:
#drivers/pci/Makefile
@@ -522,7 +522,7 @@
$(obj)/devlist.h: $(src)/pci.ids $(obj)/gen-devlist
( cd $(obj); ./gen-devlist ) < $<
- The target $(obj)/devlist.h will not be build before
+ The target $(obj)/devlist.h will not be built before
$(obj)/gen-devlist is updated. Note that references to
the host programs in special rules must be prefixed with $(obj).
next prev parent reply other threads:[~2003-01-07 18:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-03 20:00 [RFC] Documentation/kbuild/makefiles.txt Sam Ravnborg
2003-01-05 21:51 ` Sam Ravnborg
2003-01-06 17:04 ` Randy.Dunlap
2003-01-06 19:36 ` Sam Ravnborg
2003-01-07 16:56 ` Sam Ravnborg
2003-01-07 17:37 ` Eli Carter
2003-01-07 18:09 ` Eli Carter [this message]
2003-01-07 18:29 ` [PATCH] " 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=3E1B17E8.9080203@inet.com \
--to=eli.carter@inet.com \
--cc=kai@tp1.ruhr-uni-bochum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=rddunlap@osdl.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 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.