* [PATCH] kconfig: fix target update-po-config in Makefile
@ 2008-02-02 15:13 Massimo Maiurana
2008-02-02 15:38 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Massimo Maiurana @ 2008-02-02 15:13 UTC (permalink / raw)
To: sam; +Cc: linux-kernel
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 <maiurana@gmail.com>
---
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....
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-02 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02 15:13 [PATCH] kconfig: fix target update-po-config in Makefile Massimo Maiurana
2008-02-02 15:38 ` Sam Ravnborg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.