lkml.org 
[lkml]   [2002]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: 2.4.20pre11aa1
    On Tue, Oct 22, 2002 at 08:48:05PM +1000, Srihari Vijayaraghavan wrote:
    > Hello Andrea,
    >
    > On Saturday 19 October 2002 11:25, Andrea Arcangeli wrote:
    > > that will help a lot, thanks!
    >
    > Is there a quick HOWTO on how to apply the individual patches?
    >
    > Do I apply 00*gz patches after applying 00* patches?

    gz doesn't matter, the `ls` ordering is the only thing that matters. You
    can gzip -d * and then apply [0123]* and see if it still breaks.

    > When I tried the above procedure there were a lot of hunks and it did not
    > compile bzImage and agpgart.o etc..

    something like this will apply cleanly, if every patch is self contained
    as it should, it will compile correctly too:

    rm ../2.4.20pre11aa1/*.bz2
    gzip -d ../2.4.20pre11aa1/*.gz
    for i in ../2.4.20pre11aa1/[0123]*; patch -p1 < $i; done

    Andrea
    -
    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/

    \
     
     \ /
      Last update: 2005-03-22 13:30    [W:2.462 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site