[PATCH resend 00/10] kconfig: various fixes and documentation updates

From: Markus Heidelberg
Date: Sun May 17 2009 - 19:37:15 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/