Re: [GIT PULL] UML changes for 3.2

From: Michal Marek
Date: Fri Nov 04 2011 - 06:41:46 EST


On 3.11.2011 23:10, Paul Bolle wrote:
> On Thu, 2011-11-03 at 22:56 +0100, Paul Bolle wrote:
>> These Makefiles always make me nervous. Is SUBARCH set by the time the
>> update-po-config target is run? If so, we could simply do "env SUBARCH=
>> $(SUBARCH) [...]". But how do I check that SUBARCH really is set (ie,
>> that I'm not passing env an empty string)?
>
> It seems the trick here should be
> env SUBARCH=$(KBUILD_BUILDHOST) [...]
>
> Michal, does that make sense?

I doub't kxgettext needs $SUBARCH at all, it only cares about the
prompts and help texts, it does not evaluate any kconfig symbols.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/