[kernel] r9777 - dists/trunk/linux-2.6/debian/patches/debian

Maximilian Attems maks at alioth.debian.org
Mon Nov 26 21:19:43 UTC 2007


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



More information about the Kernel-svn-changes mailing list