Author: maks
Date: Mon Nov 26 21:19:43 2007
New Revision: 9777

Log:
fix wrong reportoldconfig merge


Modified:
   
dists/trunk/linux-2.6/debian/patches/debian/scripts-kconfig-reportoldconfig.patch

Modified: 
dists/trunk/linux-2.6/debian/patches/debian/scripts-kconfig-reportoldconfig.patch
==============================================================================
--- 
dists/trunk/linux-2.6/debian/patches/debian/scripts-kconfig-reportoldconfig.patch
   (original)
+++ 
dists/trunk/linux-2.6/debian/patches/debian/scripts-kconfig-reportoldconfig.patch
   Mon Nov 26 21:19:43 2007
@@ -10,19 +10,19 @@
 +PHONY += oldconfig xconfig gconfig menuconfig config reportoldconfig 
silentoldconfig updateoldconfig update-po-config
  
  Kconfig := arch/$(SRCARCH)/Kconfig
- 
+
 @@ -20,9 +20,15 @@ config: $(obj)/conf
  oldconfig: $(obj)/conf
        $< -o $(Kconfig)
  
 +reportoldconfig: $(obj)/conf
-+      $< -o $(Kconfig)
++      $< -R $(Kconfig)
 +
  silentoldconfig: $(obj)/conf
        $< -s $(Kconfig)
  
 +updateoldconfig: $(obj)/conf
-+      $< -o $(Kconfig)
++      $< -U $(Kconfig)
 +
  # Create new linux.po file
  # Adjust charset to UTF-8 in .po file to accept UTF-8 in Kconfig files

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to