From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-iw0-f174.google.com ([209.85.214.174]:50397 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757689Ab1GAXbb (ORCPT ); Fri, 1 Jul 2011 19:31:31 -0400 From: Arnaud Lacombe Subject: [RFC 0/4] streamline_config clean-ups Date: Fri, 1 Jul 2011 19:31:12 -0400 Message-Id: <1309563076-5050-1-git-send-email-lacombar@gmail.com> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Michal Marek , Arnaud Lacombe , Steven Rostedt Hi, The following series attempts to merge some redundants stuff in the kconfig Makefile, namely how streamline_config learns about its environment, avoids multi-line shell command in kconfig's Makefile. Seconds commit also removes the non-portable usage of sed(1) as -i is not POSIX compliant. Comments appreciated! - Arnaud ps: I'm not really a huge fan of the direct export of MAKECMDGOALS, maybe should it be KBUILD_MAKECMDGOALS. Arnaud Lacombe (4): kbuild: export MAKECMDGOALS kconfig/streamline_config.pl: directly access LSMOD kconfig/streamline_config.pl: merge local{mod,yes}config kconfig/streamline_config.pl: move config generation to script Makefile | 3 ++ scripts/kconfig/Makefile | 40 +-------------------------------- scripts/kconfig/localconfig.sh | 20 +++++++++++++++++ scripts/kconfig/streamline_config.pl | 19 +++++++++++++-- 4 files changed, 41 insertions(+), 41 deletions(-) create mode 100755 scripts/kconfig/localconfig.sh -- 1.7.3.4.574.g608b.dirty