From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.12] helo=sc8-sf-mx2.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1DC5tG-0007oH-44 for user-mode-linux-devel@lists.sourceforge.net; Thu, 17 Mar 2005 17:03:02 -0800 Received: from dsl092-053-140.phl1.dsl.speakeasy.net ([66.92.53.140] helo=grelber.thyrsus.com) by sc8-sf-mx2.sourceforge.net with esmtp (TLSv1:AES256-SHA:256) (Exim 4.41) id 1DC5tE-0007oe-7R for user-mode-linux-devel@lists.sourceforge.net; Thu, 17 Mar 2005 17:03:02 -0800 From: Rob Landley Subject: Re: [uml-devel] [patch] Remove unnecessary config symbol from makefile. References: <200503170219.38388.rob@landley.net> <200503172022.52943.blaisorblade@yahoo.it> In-Reply-To: <200503172022.52943.blaisorblade@yahoo.it> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503171859.52969.rob@landley.net> Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Thu, 17 Mar 2005 18:59:52 -0500 To: Blaisorblade Cc: user-mode-linux-devel@lists.sourceforge.net On Thursday 17 March 2005 02:22 pm, Blaisorblade wrote: > On Thursday 17 March 2005 08:19, Rob Landley wrote: > > There can be only one! > > Yes, but I prefer slightly the current way, since it's more similar to the > obj-$(CONFIG_WHATEVER) += whatyouneed.o Kbuild idiom... What I wanted to do was have my build "make allnoconfig", add the symbols I wanted to switch on to the .config, and "yes '' | make oldconfig" to resolve dependencies. The symbol I killed is set Y by make allnoconfig, and disabled by switching the other symbol on. Without the fix I posted, I have to remove existing symbols from the list, which is uglier. I can snapshot a handtuned .config, but that's A) harder to see what I did, B) a lot more version-specific. Rob ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel