Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 19 Sep 2002 17:15:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 19 Sep 2002 17:15:54 -0400 Received: from hermes.fachschaften.tu-muenchen.de ([129.187.202.12]:10465 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id ; Thu, 19 Sep 2002 17:15:50 -0400 Date: Thu, 19 Sep 2002 23:20:47 +0200 (CEST) From: Adrian Bunk X-X-Sender: bunk@mimas.fachschaften.tu-muenchen.de To: Rob Ransbottom cc: linux-kernel@vger.kernel.org Subject: Re: PROBLEM: Clumsey make, README In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1448 Lines: 48 On Wed, 18 Sep 2002, Rob Ransbottom wrote: > After many, many kernel rebuilds for hardware additions > and replacements. Usually on the same kernel version. > An idea forced its way into my preoccupied mind. > > Why not build all the modules whether I need them or > not? Then if I need a module in the future it is > waiting under /lib/modules. > > So I am asking if a: > > make all_modules > > directive exists or should be added. > Anyone with the disk space might find this > convenient. Then you could make all_modules & > make modules_install before building your kernel. >... This sounds like a good idea. But one problem I could imagine is that you can build several different versions of a module, e.g.: Reiserfs support [ ] Enable reiserfs debug mode [ ] Stats in /proc/fs/reiserfs If you build all modules you have 2x2=4 possibilities to build the Reiserfs module and the question whether to enable the debug mode or not has a big impact on the performance. > rob Live the dream. cu Adrian -- You only think this is a free country. Like the US the UK spends a lot of time explaining its a free country because its a police state. Alan Cox - 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/