From patchwork Sat Jul 2 01:47:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Lacombe X-Patchwork-Id: 939842 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p621nVmA004178 for ; Sat, 2 Jul 2011 01:49:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753685Ab1GBBtO (ORCPT ); Fri, 1 Jul 2011 21:49:14 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:42485 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752561Ab1GBBry (ORCPT ); Fri, 1 Jul 2011 21:47:54 -0400 Received: by iwn6 with SMTP id 6so3221478iwn.19 for ; Fri, 01 Jul 2011 18:47:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=5dG4cHRlhR73MFSkFn3+8pxUYYs7O5ccX/sJlwOGWuc=; b=MXXIZdbRQtO5vz+NnVrPejT+gw5aut5BXkx3gWUXVjnUI9YhCpZwLBOJfzOAvw9LhR 5Sl2mRbQ3IATMyFDAvXvL/Bdtgks1WWcxMhHmy1q6tK2Jzd9WX+XvOqufFOPKCXkRzBs zpZlCDvMAlX08+XLB/LZ0oL5vpBHJD7yxDMn0= Received: by 10.43.47.133 with SMTP id us5mr3377007icb.409.1309571273578; Fri, 01 Jul 2011 18:47:53 -0700 (PDT) Received: from localhost.localdomain (69-165-144-226.dsl.teksavvy.com [69.165.144.226]) by mx.google.com with ESMTPS id d8sm3918766icy.21.2011.07.01.18.47.51 (version=SSLv3 cipher=OTHER); Fri, 01 Jul 2011 18:47:52 -0700 (PDT) From: Arnaud Lacombe To: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Michal Marek Cc: Arnaud Lacombe Subject: [RFC 2/7] kconfig/Makefile: ensure `conf' appears last in `hostprogs-y' Date: Fri, 1 Jul 2011 21:47:34 -0400 Message-Id: <1309571259-15241-3-git-send-email-lacombar@gmail.com> X-Mailer: git-send-email 1.7.3.4.574.g608b.dirty In-Reply-To: <1309571259-15241-1-git-send-email-lacombar@gmail.com> References: <1307387767-9237-1-git-send-email-lacombar@gmail.com> <1309571259-15241-1-git-send-email-lacombar@gmail.com> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sat, 02 Jul 2011 01:49:31 +0000 (UTC) --- scripts/kconfig/Makefile | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index ce46407..8abde17 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -173,7 +173,7 @@ qconf-cxxobjs := qconf.o qconf-objs := zconf.tab.o gconf-objs := gconf.o zconf.tab.o -hostprogs-y := conf +hostprogs-y := ifeq ($(MAKECMDGOALS),nconfig) hostprogs-y += nconf @@ -203,6 +203,8 @@ ifeq ($(gconf-target),1) hostprogs-y += gconf endif +hostprogs-y += conf + clean-files := qconf.moc .tmp_qtcheck .tmp_gtkcheck clean-files += zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h clean-files += mconf qconf gconf nconf