Re: [QUESTION]: Applying patches ontop of patches (2.4.1pre7 to 2.4.1pre8)

From: Brian Gerst (bgerst@didntduck.org)
Date: Wed Jan 17 2001 - 15:34:03 EST


Shawn Starr wrote:
>
> What is the best way to apply a patch on top of a patch already applied?
>
> For example, with original sources 2.4.0 i applied 2.4.1pre7 but now
> that pre8 is out, how do i apply those new patches without having to
> delete the whole linux dir and untar 2.4.0 again just to apply pre8?

You can unapply -pre7 (patch -R) or make a hard-linked tree to apply the
pre patches to. Patch will break the hard links on the files it
modifies, so the second tree hardly takes up any disk space. To make
the second tree do:

cp -al linux-2.4.0 linux-2.4.1-pre8

--

Brian Gerst - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 23 2001 - 21:00:16 EST