Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 17 Feb 2003 14:35:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 17 Feb 2003 14:35:53 -0500 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:48827 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Mon, 17 Feb 2003 14:35:52 -0500 Date: Mon, 17 Feb 2003 13:45:35 -0600 (CST) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Shawn Starr cc: Linux Kernel Mailing List Subject: Re: [BUG][2.5.60/61] - Making modules problem In-Reply-To: <200302171433.09953.shawn.starr@datawire.net> 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: 893 Lines: 28 On Mon, 17 Feb 2003, Shawn Starr wrote: > Well, if I take a vanilla kernel, extract it, copy my old .config over, make > oldconfig, select anything new, make modules, it used to skim though sources > and compile the modules selected. Now, it builds bzImage (or whatever > vmlinux) and THEN builds the modules last. It really builds the modules at the same time (as module.o), then vmlinux, then the final modules (module.ko) > If I have a built vmlinux, before I do make modules, it will just compile the > modules as it would normally do. Okay, that's expected, with > CONFIG_MODVERSIONS=y So not a bug. Thanks for the details. --Kai - 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/