All of lore.kernel.org
 help / color / mirror / Atom feed
From: Massimo Maiurana <maiurana@gmail.com>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] kconfig: fix typos in Makefile
Date: Tue, 05 Jun 2007 20:13:28 +0200	[thread overview]
Message-ID: <4665A7C8.9050707@gmail.com> (raw)

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


             reply	other threads:[~2007-06-05 19:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-05 18:13 Massimo Maiurana [this message]
2007-06-07 20:40 ` [PATCH] kconfig: fix typos in Makefile Sam Ravnborg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4665A7C8.9050707@gmail.com \
    --to=maiurana@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.