From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753486AbaGDHsD (ORCPT ); Fri, 4 Jul 2014 03:48:03 -0400 Received: from mail-qg0-f44.google.com ([209.85.192.44]:42676 "EHLO mail-qg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbaGDHsA (ORCPT ); Fri, 4 Jul 2014 03:48:00 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 4 Jul 2014 00:48:00 -0700 X-Google-Sender-Auth: QJvpuzjZzydT3IEpBXQ0hh_8Myg Message-ID: Subject: Re: [PATCH] sparse: Add CLOG option for saving warning From: Christopher Li To: linux-kernel Cc: Linux-Sparse , Sam Ravnborg , Andrew Morton , Josh Triplett Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks Chris