public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 6/7] kbuild: change update-po-config to reflect new layout of arch/um
@ 2011-04-26 22:45 Peter Foley
  0 siblings, 0 replies; only message in thread
From: Peter Foley @ 2011-04-26 22:45 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-kbuild, Michal Marek, Arnaud Lacombe

This patch changes update-po-config to reflect the new layout of arch/um.

Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
 scripts/kconfig/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 4507336..0674e78 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -84,7 +84,7 @@ update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h
 	    --directory=$(srctree) --directory=$(objtree)           \
 	    --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 Kconfig.x86 arch/um/Kconfig
 	$(Q)(for i in `ls $(srctree)/arch/*/Kconfig`;    \
 	    do                                           \
 		echo "  GEN $$i";                        \
@@ -93,7 +93,7 @@ update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h
 	    done )
 	$(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
 	    --output $(obj)/linux.pot
-	$(Q)rm -f $(srctree)/arch/um/Kconfig.arch
+	$(Q)rm -f $(srctree)/arch/um/Kconfig
 	$(Q)rm -f $(obj)/config.pot

 PHONY += allnoconfig allyesconfig allmodconfig alldefconfig randconfig
-- 
1.7.5.rc1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-26 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-26 22:45 [PATCH V2 6/7] kbuild: change update-po-config to reflect new layout of arch/um Peter Foley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox