Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756145AbYKQCJT (ORCPT ); Sun, 16 Nov 2008 21:09:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754654AbYKQCJK (ORCPT ); Sun, 16 Nov 2008 21:09:10 -0500 Received: from yx-out-2122.google.com ([74.125.44.26]:14579 "EHLO yx-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754621AbYKQCJJ (ORCPT ); Sun, 16 Nov 2008 21:09:09 -0500 MIME-Version: 1.0 Date: Sun, 16 Nov 2008 18:09:07 -0800 (PST) In-Reply-To: X-IP: 82.113.55.18 References: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092816 Iceweasel/3.0.3 (Debian-3.0.3-3),gzip(gfe),gzip(gfe) Message-ID: Subject: Re: Possibility to build more kernels in one shot? From: cijoml@gmail.com To: Alexey Dobriyan Cc: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1256 Lines: 32 Hello Alexey, Alexey Dobriyan wrote: > On Tue, Nov 11, 2008 at 08:01:14AM +0100, CIJOML wrote: > > currently I compile kernel for 12 different machines. I would like to see > > profile support in kernel, so I could have all my .configs in source and > > compile them in one shot. and than see in profile directory subdirectories > > for every config with it's vmlinuz and modules. > > Write a script, shouldn't take more than 15 min including testing. > And use "make O=". I currently use it, but It is not a good idea (fill make oldconfig 12x with mostly same answers makes me personally mad) > > > I think it would speedup also compilation time because some .o should be than > > reuse. > > Very optimistic hope. Use ccache(1) if you want .o reuse. > -- > 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/ -- 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/