Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261544AbVBHPo3 (ORCPT ); Tue, 8 Feb 2005 10:44:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261547AbVBHPo3 (ORCPT ); Tue, 8 Feb 2005 10:44:29 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:10699 "EHLO parcelfarce.linux.theplanet.co.uk") by vger.kernel.org with ESMTP id S261544AbVBHPoS (ORCPT ); Tue, 8 Feb 2005 10:44:18 -0500 Date: Tue, 8 Feb 2005 15:44:17 +0000 From: Matthew Wilcox To: Roman Zippel Cc: Matthew Wilcox , Sam Ravnborg , Kai Germaschewski , linux-kernel@vger.kernel.org, dholland@eecs.harvard.edu Subject: Re: [PATCH] Makefiles are not built using a Fortran compiler Message-ID: <20050208154417.GH20386@parcelfarce.linux.theplanet.co.uk> References: <20050208030228.GE20386@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1545 Lines: 33 On Tue, Feb 08, 2005 at 01:23:48PM +0100, Roman Zippel wrote: > Enabling the following in the Makefile should have the same effect: > > # For maximum performance (+ possibly random breakage, uncomment > # the following) > > #MAKEFLAGS += -rR This reduces the debug output even further (and size of debug output is strongly correlated with time taken to do a null build): -rw-r--r-- 1 willy willy 65582214 2005-02-07 21:13 vanilla.debug -rw-r--r-- 1 willy willy 51413770 2005-02-07 22:17 nosuffixes.debug -rw-r--r-- 1 willy willy 37245484 2005-02-08 09:56 maxperf.debug Seems like it gets rid of the RCS and SCCS rules -- certainly a big improvement, and I'm not sure anyone really uses those rules. Can we perhaps uncomment this line at the beginning of 2.6.12 and see if anyone complains? This should reduce make overhead by 30-40% which is really worth doing. -- "Next the statesmen will invent cheap lies, putting the blame upon the nation that is attacked, and every man will be glad of those conscience-soothing falsities, and will diligently study them, and refuse to examine any refutations of them; and thus he will by and by convince himself that the war is just, and will thank God for the better sleep he enjoys after this process of grotesque self-deception." -- Mark Twain - 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/