lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 05 Jun 2007 20:13:28 +0200
From:	Massimo Maiurana <maiurana@...il.com>
To:	Sam Ravnborg <sam@...nborg.org>
CC:	linux-kernel@...r.kernel.org
Subject: [PATCH] kconfig: fix typos in Makefile

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@...il.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....

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ