Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261706AbVCOUfK (ORCPT ); Tue, 15 Mar 2005 15:35:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261295AbVCOUeq (ORCPT ); Tue, 15 Mar 2005 15:34:46 -0500 Received: from prgy-npn1.prodigy.com ([207.115.54.37]:55705 "EHLO oddball.prodigy.com") by vger.kernel.org with ESMTP id S261706AbVCOUdP (ORCPT ); Tue, 15 Mar 2005 15:33:15 -0500 Message-ID: <423747BC.2080703@tmr.com> Date: Tue, 15 Mar 2005 15:38:20 -0500 From: Bill Davidsen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matt Mackall CC: Pavel Machek , "Marcos D. Marado Torres" , Greg KH , linux-kernel@vger.kernel.org, chrisw@osdl.org, torvalds@osdl.org, akpm@osdl.org Subject: Re: Linux 2.6.11.2 References: <4231E75A.4090203@tmr.com><4231E75A.4090203@tmr.com> <20050311190825.GW3120@waste.org> In-Reply-To: <20050311190825.GW3120@waste.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1047 Lines: 29 Matt Mackall wrote: > In your world, do you want to do: > > cp -rl linux-2.6.11 linux-2.6.11.5 > cd linux-2.6.11.5 > bzcat ../Patches/patch-2.6.11.1.bz2 | patch -p1 > bzcat ../Patches/patch-2.6.11.2.bz2 | patch -p1 > bzcat ../Patches/patch-2.6.11.3.bz2 | patch -p1 > bzcat ../Patches/patch-2.6.11.4.bz2 | patch -p1 > bzcat ../Patches/patch-2.6.11.5.bz2 | patch -p1 > > I suspect you might find that tedious, especially if only the last one > addressed a bug that affected you. Being lazy, I would do bzcat ../Patches/patch-2.6.11.*.bz | patch -p1 (or similar). But as I posted long ago when this discussion started it is desirable to have both. -- -bill davidsen (davidsen@tmr.com) "The secret to procrastination is to put things off until the last possible moment - but no longer" -me - 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/