diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-04-26 18:13:56 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-04-29 04:41:02 -0400 |
commit | bdc69ca4cf972494ad06d1271760d94fdbb2e6b9 (patch) | |
tree | 53211220e7abbb48244e96cc23215a881b024382 /scripts | |
parent | a24a1b8e2aef10e8987e0a0b2b0dcff78af90ebb (diff) |
kconfig: change update-po-config to reflect new layout of arch/um
Signed-off-by: Peter Foley <pefoley2@verizon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 0f6483bccbe7..61cb06ce7b80 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -84,7 +84,7 @@ update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h | |||
84 | --directory=$(srctree) --directory=$(objtree) \ | 84 | --directory=$(srctree) --directory=$(objtree) \ |
85 | --output $(obj)/config.pot | 85 | --output $(obj)/config.pot |
86 | $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot | 86 | $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot |
87 | $(Q)ln -fs Kconfig.i386 arch/um/Kconfig.arch | 87 | $(Q)ln -fs Kconfig.x86 arch/um/Kconfig |
88 | $(Q)(for i in `ls $(srctree)/arch/*/Kconfig`; \ | 88 | $(Q)(for i in `ls $(srctree)/arch/*/Kconfig`; \ |
89 | do \ | 89 | do \ |
90 | echo " GEN $$i"; \ | 90 | echo " GEN $$i"; \ |
@@ -93,7 +93,7 @@ update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h | |||
93 | done ) | 93 | done ) |
94 | $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \ | 94 | $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \ |
95 | --output $(obj)/linux.pot | 95 | --output $(obj)/linux.pot |
96 | $(Q)rm -f $(srctree)/arch/um/Kconfig.arch | 96 | $(Q)rm -f $(srctree)/arch/um/Kconfig |
97 | $(Q)rm -f $(obj)/config.pot | 97 | $(Q)rm -f $(obj)/config.pot |
98 | 98 | ||
99 | PHONY += allnoconfig allyesconfig allmodconfig alldefconfig randconfig | 99 | PHONY += allnoconfig allyesconfig allmodconfig alldefconfig randconfig |