From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:46075 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756010Ab0HCM33 (ORCPT ); Tue, 3 Aug 2010 08:29:29 -0400 Message-ID: <4C580B4E.1050906@suse.cz> Date: Tue, 03 Aug 2010 14:27:58 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH v2 0/3] update of various kbuild flags to allow user settings References: <20100728182523.GA29198@merkur.ravnborg.org> <4C51432D.3020600@suse.cz> In-Reply-To: <4C51432D.3020600@suse.cz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Sam Ravnborg Cc: linux-kbuild , lkml , Denys Vlasenko , Benjamin Herrenschmidt , Chen Liqin , David Howells , Geert Uytterhoeven , Haavard Skinnemoen , Hirokazu Takata , Martin Schwidefsky , Mike Frysinger , Ralf Baechle , Tony Luck On 29.7.2010 11:00, Michal Marek wrote: > On 28.7.2010 20:25, Sam Ravnborg wrote: >> Denys Vlasenko complained that he could not set >> a moduel specific linker flags on the command line. >> >> It turned out that the cause of this was kbuild >> that assigned a value to a variables that >> may be modified by the user. >> So any user supplied value would overwrite >> the kbuild assigned value. >> >> Fix this so we use internal variables for kbuild >> feering up the official variables for use by >> the user. > > Acked-by: Michal Marek > > but I'll wait a while before applying it so that the arch maintainers > can object to / ack the arch-specific changes. Applied. I'll be sending a pull request to Linus on Wednesday. Michal