Due to recent changes in arch/cris, "make update-po-config" fails because it can't include arch/cris/arch as it is a symlink generated at build time. Patch below fixes this by creating, and then removing at the end, a symlink to arch/cris/arch-v10 (should it point to arch-v32? arch-v10 contains more help messages).
Signed-off-by: Massimo Maiurana <[EMAIL PROTECTED]> --- diff -Nru linux/scripts/kconfig/Makefile linux.new/scripts/kconfig/Makefile --- linux/scripts/kconfig/Makefile 2008-01-25 13:05:12.000000000 +0100 +++ linux.new/scripts/kconfig/Makefile 2008-02-02 15:40:48.000000000 +0100 @@ -35,13 +35,14 @@ --output $(obj)/config.pot $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot $(Q)ln -fs Kconfig.i386 arch/um/Kconfig.arch + $(Q)ln -fs arch-v10 arch/cris/arch (for i in `ls arch/`; \ do \ $(obj)/kxgettext arch/$$i/Kconfig; \ done ) >> $(obj)/config.pot msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \ --output $(obj)/linux.pot - $(Q)rm -f arch/um/Kconfig.arch + $(Q)rm -f arch/um/Kconfig.arch arch/cris/arch $(Q)rm -f $(obj)/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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/