From: Rick Knight <rick_knight@rlknight.com>
To: Julien Didron <jdidron@tripnotik.dyndns.org>,
norberto+linux-kernel@bensa.ath.cx
Cc: linux-kernel@vger.kernel.org
Subject: Re: How to apply -mm patch?
Date: Mon, 15 Mar 2004 16:05:22 -0800 [thread overview]
Message-ID: <405644C2.3050605@rlknight.com> (raw)
In-Reply-To: <405615E0.9080800@tripnotik.dyndns.org>
Julien Didron wrote:
> Hello,
>
> Instructions can be found in the Readme file included in the sources
> basically you should cd /usr/src/linux-2.6.4
> then cat ../2.6.4-mm | patch -p1 (2.6.4-mm being uncompressed in
> /usr/src, of course)
> I had an issue with that patch, you should also patch the Makefile
> in /usr/src/linux-2.6.4 with this
> line 990 to 995 should be replaced with that chunk (without
> including the numbers) : 990 $(cmd_$(1)); \
> 991 scripts/basic/fixdep $(depfile) $@ '$(subst \
> 992 $$,$$$$,$(subst ','\
> 993 '',$(cmd_$(1))))' > $(@D)/.$(@F).tmp; \
> 994 rm -f $(depfile); \
> 995 mv -f $(@D)/.$(@F).tmp $(@D)/.$(@F).cmd)
>
> cheers
>
> Julien
>
> Richard W. Knight wrote:
>
>> I've looked everywhere but can't find any instruction on how to apply
>> the -mm patches. I've tried "patch -p0 < 2.6.4-mm" and this seems to
>> run without error, but the resulting source won't build. Can someone
>> give me a quick example of how to apply the 2.6.4-mm patch to
>> linux-2.6.4?
>>
>> In answering this message, please CC me.
>>
>> Thanks,
>> Rick Knight
>> (rick_knight@rlknight.com)
>>
>> -
>> To unsubscribe from this list: send the line "unsubscribe
>> linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
>>
Thanks Julien and Norberto,
That worked.
Rick Knight
(rick@rlknight.com)
prev parent reply other threads:[~2004-03-16 0:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-15 19:35 How to apply -mm patch? Richard W. Knight
2004-03-15 19:54 ` Norberto Bensa
[not found] ` <405615E0.9080800@tripnotik.dyndns.org>
2004-03-16 0:05 ` Rick Knight [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=405644C2.3050605@rlknight.com \
--to=rick_knight@rlknight.com \
--cc=jdidron@tripnotik.dyndns.org \
--cc=linux-kernel@vger.kernel.org \
--cc=norberto+linux-kernel@bensa.ath.cx \
/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