Re: dell inspiron 1100 patch i845
From: Robert Grizzard (grizzarv_at_mindspring.com.invalid)
Date: 07/24/04
- Previous message: bily: "dell inspiron 1100 patch i845"
- In reply to: bily: "dell inspiron 1100 patch i845"
- Next in thread: bily: "Re: dell inspiron 1100 patch i845"
- Reply: bily: "Re: dell inspiron 1100 patch i845"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 24 Jul 2004 02:10:52 GMT
bily <bily38fr@yahoo.fr> wrote:
> I tried to download the patch but i cannot compile it : i got an error
> message typing make i845patch ?
> Can you tell me how could i do ?
What I have done when I needed to apply patches is put the patch in the
top level directory of the source tree I want to patch, open the patch
with less and see where the patches apply
(thisdirectory_version/some/sub/directory or some/sub/directory), then
run "patch -p0 <patchfile" if the patch applies to some/sub/directory or
"patch -p1 <patchfile" if the patch applies to
thisdirectory_version/some/sub/directory. Pay attention to the errors
that patch returns; if there are any, abort the patch operation with ^C
and see what's wrong. Try running patch with the appropriate value
after "p" and with the "--dry-run" option to see whether you have it
right. man patch
HTH
-- To design the perfect anti-Unix, write an operating system that thinks it knows what you're doing better than you do. And then adds injury to insult by getting it wrong. - esr
- Previous message: bily: "dell inspiron 1100 patch i845"
- In reply to: bily: "dell inspiron 1100 patch i845"
- Next in thread: bily: "Re: dell inspiron 1100 patch i845"
- Reply: bily: "Re: dell inspiron 1100 patch i845"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|