2011-04-27 21:35:33

by Peter Foley

[permalink] [raw]
Subject: [PATCH V2 resend 0/7] kbuild: scripts/kconfig/Makefile cleanup and fixes

This patch set:
Changes the update-po-config target to work when make is run from
KBUILD_OUTDIR.
Changes the update-po-config target to reflect the new layout of arch/um.
Adds a check to only build kxgettext when needed.
Changes the qconf and gconf targets to change hostprogs-y when they are
being built like nconf and mconf instead of defining *-objs.
Cleans up the clean-files definitions.
Silences comands unless V=1.

I've also attached the patches as requested by Michal Marek.

Thanks,

Peter


2011-04-29 12:09:17

by Michal Marek

[permalink] [raw]
Subject: Re: [PATCH V2 resend 0/7] kbuild: scripts/kconfig/Makefile cleanup and fixes

On Wed, Apr 27, 2011 at 05:34:47PM -0400, Peter Foley wrote:
> This patch set:
> Changes the update-po-config target to work when make is run from
> KBUILD_OUTDIR.
> Changes the update-po-config target to reflect the new layout of arch/um.
> Adds a check to only build kxgettext when needed.
> Changes the qconf and gconf targets to change hostprogs-y when they are
> being built like nconf and mconf instead of defining *-objs.
> Cleans up the clean-files definitions.
> Silences comands unless V=1.
>
> I've also attached the patches as requested by Michal Marek.

That worked, thanks. Pushed to kbuild-2.6.git#kconfig.

Michal