All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Improve update-po-config output
@ 2011-12-18 23:15 Peter Foley
  2012-01-14 23:14 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Foley @ 2011-12-18 23:15 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linux Kbuild Mailing List, mmarek


Make the V=0 output from update-po-config be aligned correctly.
Also remove an outdated comment and add a "GEN" statement. 

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

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 914833d..7966265 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -50,9 +50,8 @@ localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
 
 # Create new linux.pot file
 # Adjust charset to UTF-8 in .po file to accept UTF-8 in Kconfig files
-# The symlink is used to repair a deficiency in arch/um
 update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h
-	$(Q)echo "  GEN config"
+	$(Q)echo "  GEN     config.pot"
 	$(Q)xgettext --default-domain=linux                         \
 	    --add-comments --keyword=_ --keyword=N_                 \
 	    --from-code=UTF-8                                       \
@@ -63,10 +62,11 @@ update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h
 	$(Q)(for i in `ls $(srctree)/arch/*/Kconfig      \
 	    $(srctree)/arch/*/um/Kconfig`;               \
 	    do                                           \
-		echo "  GEN $$i";                        \
+		echo "  GEN     $$i";                    \
 		$(obj)/kxgettext $$i                     \
 		     >> $(obj)/config.pot;               \
 	    done )
+	$(Q)echo "  GEN     linux.pot"
 	$(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
 	    --output $(obj)/linux.pot
 	$(Q)rm -f $(obj)/config.pot
-- 
1.7.8


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Improve update-po-config output
  2011-12-18 23:15 [PATCH] Improve update-po-config output Peter Foley
@ 2012-01-14 23:14 ` Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2012-01-14 23:14 UTC (permalink / raw)
  To: Peter Foley; +Cc: Linux Kernel Mailing List, Linux Kbuild Mailing List

On Sun, Dec 18, 2011 at 06:15:16PM -0500, Peter Foley wrote:
> 
> Make the V=0 output from update-po-config be aligned correctly.
> Also remove an outdated comment and add a "GEN" statement. 
> 
> Signed-off-by: Peter Foley <pefoley2@verizon.net>

Applied to kbuild.git#kconfig.

Michal

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-14 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-18 23:15 [PATCH] Improve update-po-config output Peter Foley
2012-01-14 23:14 ` Michal Marek

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.