public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kconfig: fix typos in Makefile
@ 2007-06-05 18:13 Massimo Maiurana
  2007-06-07 20:40 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Massimo Maiurana @ 2007-06-05 18:13 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: linux-kernel

kxgettext fails generating pot file for um arch due to wrong filenames
and related symlinks in Makefile. Fixed with the patch below.

Signed-off-by: Massimo Maiurana <maiurana@gmail.com>

---
diff -Nru linux/scripts/kconfig/Makefile linux.new/scripts/kconfig/Makefile                                                           
--- linux/scripts/kconfig/Makefile      2007-05-06 16:35:23.000000000 +0200                                                           
+++ linux.new/scripts/kconfig/Makefile  2007-05-11 17:53:17.000000000 +0200                                                           
@@ -27,7 +27,7 @@
           --add-comments --keyword=_ --keyword=N_ \                                                                                  
           --files-from=scripts/kconfig/POTFILES.in \                                                                                 
           --output scripts/kconfig/config.pot                                                                                        
-       $(Q)ln -fs Kconfig_i386 arch/um/Kconfig_arch                                                                                  
+       $(Q)ln -fs Kconfig.i386 arch/um/Kconfig.arch                                                                                  
        $(Q)for i in `ls arch/`; \                                                                                                    
        do \                                                                                                                          
          scripts/kconfig/kxgettext arch/$$i/Kconfig \                                                                                
@@ -38,7 +38,7 @@
          --output scripts/kconfig/linux_raw.pot                                                                                      
        $(Q)msguniq --sort-by-file scripts/kconfig/linux_raw.pot \                                                                    
            --output scripts/kconfig/linux.pot                                                                                        
-       $(Q)rm -f arch/um/Kconfig_arch                                                                                                
+       $(Q)rm -f arch/um/Kconfig.arch                                                                                                
        $(Q)rm -f scripts/kconfig/linux_*.pot scripts/kconfig/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

* Re: [PATCH] kconfig: fix typos in Makefile
  2007-06-05 18:13 [PATCH] kconfig: fix typos in Makefile Massimo Maiurana
@ 2007-06-07 20:40 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2007-06-07 20:40 UTC (permalink / raw)
  To: Massimo Maiurana; +Cc: linux-kernel

On Tue, Jun 05, 2007 at 08:13:28PM +0200, Massimo Maiurana wrote:
> kxgettext fails generating pot file for um arch due to wrong filenames
> and related symlinks in Makefile. Fixed with the patch below.

Thanks Massimo.
Applied,

	Sam

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

end of thread, other threads:[~2007-06-07 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-05 18:13 [PATCH] kconfig: fix typos in Makefile Massimo Maiurana
2007-06-07 20:40 ` Sam Ravnborg

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