From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nd215.dnsexit.com ([64.182.102.215]:33606 "EHLO box7.911domain.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751069Ab1D0Vfc (ORCPT ); Wed, 27 Apr 2011 17:35:32 -0400 Message-ID: <4DB88BF7.1030905@verizon.net> Date: Wed, 27 Apr 2011 17:34:47 -0400 From: Peter Foley Reply-To: MIME-Version: 1.0 Subject: [PATCH V2 resend 0/7] kbuild: scripts/kconfig/Makefile cleanup and fixes Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: linux-kernel@vger.kernel.org Cc: linux-kbuild@vger.kernel.org, Michal Marek , Arnaud Lacombe 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