From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267799AbUIJTJ2 (ORCPT ); Fri, 10 Sep 2004 15:09:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267806AbUIJTJ1 (ORCPT ); Fri, 10 Sep 2004 15:09:27 -0400 Received: from pfepc.post.tele.dk ([195.41.46.237]:45089 "EHLO pfepc.post.tele.dk") by vger.kernel.org with ESMTP id S267799AbUIJTJX (ORCPT ); Fri, 10 Sep 2004 15:09:23 -0400 Date: Fri, 10 Sep 2004 21:09:24 +0200 From: Sam Ravnborg To: Bill Adair Cc: linux-kernel@vger.kernel.org Subject: Re: How do I stop make building all modules after reboot? Message-ID: <20040910190924.GB8799@mars.ravnborg.org> Mail-Followup-To: Bill Adair , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 10, 2004 at 11:11:57AM +0100, Bill Adair wrote: > Quick question as above. I'm building an i2c module. If I don't reboot > the machine "make modules" works as expected and just recompiles my > changes. > After a reboot I have to wait 1 hour + (two smp P3 866s) while all modules > are built. I've had a look in the Makefile but can't spot the dependancy. Something fishy going on here. Maybe your clock are set backwards when rebooting? Sam