[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1242603414-9267-1-git-send-email-markus.heidelberg@web.de>
Date: Mon, 18 May 2009 01:36:44 +0200
From: Markus Heidelberg <markus.heidelberg@....de>
To: Sam Ravnborg <sam@...nborg.org>,
Roman Zippel <zippel@...ux-m68k.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Markus Heidelberg <markus.heidelberg@....de>
Subject: [PATCH resend 00/10] kconfig: various fixes and documentation updates
Hi,
I sent this series about 4 weeks ago on 2009-04-19, but didn't receive any
comments. Is Roman inactive currently?
Patches 1-3: documentation updates, typo fixes
Patch 4: .gitignore
Patches 5-8: qconf fixes (compiler warnings/errors)
Patches 9-10: environment variable fixes (KCONFIG_CONFIG + KCONFIG_AUTOCONFIG)
Markus Heidelberg (10):
kconfig: fix typo "mconfig" to "menuconfig" in a comment
kconfig: add a note about the deps to the 'silentoldconfig' help
kconfig: resort the documentation of the environment variables
gitignore: ignore Kconfig i18n files
kconfig qconf: fix -Wall compiler warnings
kconfig qconf: fix namespace for Horizontal and Vertical enum values
kconfig qconf: add namespace for use of Key_ enum values
kconfig qconf: fix the type of the desktop widget
kconfig: do not hardcode ".config" filename
kconfig: do not hardcode "include/config/auto.conf" filename
Documentation/kbuild/kconfig.txt | 116 +++++++++++++++++++------------------
README | 1 +
scripts/kconfig/.gitignore | 2 +
scripts/kconfig/Makefile | 4 +-
scripts/kconfig/conf.c | 7 +-
scripts/kconfig/confdata.c | 20 ++++---
scripts/kconfig/lkc.h | 1 +
scripts/kconfig/qconf.cc | 48 +++++++++-------
scripts/kconfig/util.c | 6 +-
9 files changed, 112 insertions(+), 93 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists