From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756908Ab1D0Vfd (ORCPT ); Wed, 27 Apr 2011 17:35:33 -0400 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 X-Complaints-To: abuse@dnsExit.com X-SPAM: Please report Spam to abuse@dnsExit.com By service at http://www.dnsExit.com/Direct.sv?cmd=mailRelay Accounts will be suspended immediately if convicted Spam Message-ID: <4DB88BF7.1030905@verizon.net> Date: Wed, 27 Apr 2011 17:34:47 -0400 From: Peter Foley Reply-To: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: CC: , Michal Marek , Arnaud Lacombe 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-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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