From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173013pub.verizon.net ([206.46.173.13]:33611 "EHLO vms173013pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751897Ab1HABTO (ORCPT ); Sun, 31 Jul 2011 21:19:14 -0400 Date: Sun, 31 Jul 2011 21:16:47 -0400 (EDT) From: Peter Foley Subject: Re: [PATCH RFC] kconfig.h fix extraneous dependencies In-reply-to: Message-id: References: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Arnaud Lacombe Cc: Peter Foley , Linux Kernel Mailing List , Linux Kbuild Mailing List , mmarek@suse.cz, rdunlap@xenotime.net On Sun, 31 Jul 2011, Arnaud Lacombe wrote: > Hi, > > On Sun, Jul 31, 2011 at 8:36 PM, Peter Foley wrote: > > The introduction of kconfig.h caused fixdep to create three extraneous > > dependencies. > > include/config/.h > > include/config/h.h > > include/config/foo.h > > > > Remove them by eliminating instances of CONFIG_ > > > this seems ugly to me... I would rather try to fix fixdep, no ? > > - Arnaud I'd be the first to admit that this patch is a ugly hack. However, judging by the comments in fixdep.c this is expected behavior. I'm also afraid that changing fixdep to ignore comments would slow down the whole build for the sake of one file which IMHO dosen't seem to be a worthwhile tradeoff. Thanks, Peter