From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Triplett Subject: Re: [PATCH] sparse: Add CLOG option for saving warning Date: Fri, 4 Jul 2014 14:20:25 -0700 Message-ID: <20140704212025.GA3052@thin> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from relay5-d.mail.gandi.net ([217.70.183.197]:44855 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759909AbaGDVUe (ORCPT ); Fri, 4 Jul 2014 17:20:34 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Christopher Li Cc: linux-kernel , Linux-Sparse , Sam Ravnborg , Andrew Morton On Fri, Jul 04, 2014 at 12:48:00AM -0700, Christopher Li wrote: > On Mon, Jun 30, 2014 at 1:57 AM, Christopher Li wrote: > > > > Add the CLOG= option in command line to > > save the sparse warning into individual log file. > > > > Typical usage: > > > > make -j8 C=2 CLOG= > > Any feed back for this change? I want to clarify that this patch > is for the Linux kernel kbuild system, not sparse. Seems reasonable to me. - Josh Triplett