From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755238Ab3KKSgW (ORCPT ); Mon, 11 Nov 2013 13:36:22 -0500 Received: from mga09.intel.com ([134.134.136.24]:58553 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754470Ab3KKSgJ (ORCPT ); Mon, 11 Nov 2013 13:36:09 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,679,1378882800"; d="scan'208";a="425723823" Message-ID: <528124A4.2040302@linux.intel.com> Date: Mon, 11 Nov 2013 10:40:36 -0800 From: David Cohen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: Felipe Contreras CC: linux-kbuild@vger.kernel.org, "linux-kernel@vger.kernel.org" , Michal Marek , yann.morin.1998@free.fr, Steven Rostedt Subject: Re: make oldnoconfig fix? References: <52811DDD.3030609@linux.intel.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Felipe, On 11/11/2013 10:20 AM, Felipe Contreras wrote: > Hi David, > > On Mon, Nov 11, 2013 at 12:11 PM, David Cohen > wrote: > >> Is there a plan to fix 'make oldnoconfig' option? >> I currently have need to it :) > > I actually rely on this, but didn't know there was this option, this > is what I've been doing since a long time: > > % echo '' | make oldconfig > > But it's very hacky and I see tons of errors reported, but it does > what I expect. Thanks for the tip. I'll give it a try. Br, David