[PATCH] kconfig: fix typos in Makefile

From: Massimo Maiurana
Date: Tue Jun 05 2007 - 15:13:50 EST


kxgettext fails generating pot file for um arch due to wrong filenames
and related symlinks in Makefile. Fixed with the patch below.

Signed-off-by: Massimo Maiurana <maiurana@xxxxxxxxx>

---
diff -Nru linux/scripts/kconfig/Makefile linux.new/scripts/kconfig/Makefile
--- linux/scripts/kconfig/Makefile 2007-05-06 16:35:23.000000000 +0200
+++ linux.new/scripts/kconfig/Makefile 2007-05-11 17:53:17.000000000 +0200
@@ -27,7 +27,7 @@
--add-comments --keyword=_ --keyword=N_ \
--files-from=scripts/kconfig/POTFILES.in \
--output scripts/kconfig/config.pot
- $(Q)ln -fs Kconfig_i386 arch/um/Kconfig_arch
+ $(Q)ln -fs Kconfig.i386 arch/um/Kconfig.arch
$(Q)for i in `ls arch/`; \
do \
scripts/kconfig/kxgettext arch/$$i/Kconfig \
@@ -38,7 +38,7 @@
--output scripts/kconfig/linux_raw.pot
$(Q)msguniq --sort-by-file scripts/kconfig/linux_raw.pot \
--output scripts/kconfig/linux.pot
- $(Q)rm -f arch/um/Kconfig_arch
+ $(Q)rm -f arch/um/Kconfig.arch
$(Q)rm -f scripts/kconfig/linux_*.pot scripts/kconfig/config.pot

PHONY += randconfig allyesconfig allnoconfig allmodconfig defconfig

--
Massimo Maiurana massimo<at>ragusa.linux.it
http://massimo.solira.org GPG keyID #7044D601

Articolo 11 - L'Italia ripudia la guerra come strumento di offesa
alla libertà degli altri popoli e come mezzo di risoluzione delle
controversie internazionali....

-
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/