From: Keith Owens <kaos@ocs.com.au>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Daniel Ritz <daniel.ritz-ml@swissonline.ch>,
Sam Ravnborg <sam@ravnborg.org>,
Michal Piotrowski <michal.k.k.piotrowski@gmail.com>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: oom-killer problem
Date: Wed, 28 Jun 2006 11:42:13 +1000 [thread overview]
Message-ID: <5920.1151458933@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Tue, 27 Jun 2006 18:15:46 MST." <Pine.LNX.4.64.0606271807570.3927@g5.osdl.org>
Linus Torvalds (on Tue, 27 Jun 2006 18:15:46 -0700 (PDT)) wrote:
>
>
>On Tue, 27 Jun 2006, Daniel Ritz wrote:
>>
>> # Default for not multi-part modules
>> -modname = $(basetarget)
>> +modname = $(basename $(basetarget))
>
>Is there some way to make it clear _what_ the suffix we expect to remove
>actually is in GNU make? Ie the "shell" kind of "basename" logic.
>
>Ie, I'd personally be happier with a
>
> modname = $(basename $(basetarget) .mod)
>
>kind of thing (yeah, this obviously does _not_ work)
modname = $(patsubst %.mod,%,$(basetarget))
should do it (untested).
next prev parent reply other threads:[~2006-06-28 1:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-26 22:28 Daniel Ritz
2006-06-26 23:05 ` Linus Torvalds
2006-06-26 23:42 ` Michal Piotrowski
2006-06-27 5:39 ` Sam Ravnborg
2006-06-27 12:21 ` Daniel Ritz
2006-06-28 1:15 ` Linus Torvalds
2006-06-28 1:42 ` Keith Owens [this message]
2006-06-28 13:37 ` Daniel Ritz
2006-07-02 18:12 ` Kyle Moffett
-- strict thread matches above, loose matches on Subject: below --
2006-06-26 20:06 Michal Piotrowski
2006-06-26 20:36 ` Linus Torvalds
2006-06-26 22:24 ` Michal Piotrowski
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=5920.1151458933@kao2.melbourne.sgi.com \
--to=kaos@ocs.com.au \
--cc=daniel.ritz-ml@swissonline.ch \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.com \
--cc=sam@ravnborg.org \
--cc=torvalds@osdl.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®