Author: horms
Date: Thu Feb  9 08:05:44 2006
New Revision: 5775

Modified:
   dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
   dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules
Log:
Make sure a config exists before make-kpkg is called else the build will stall

Modified: 
dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
==============================================================================
--- dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog  
(original)
+++ dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog  
Thu Feb  9 08:05:44 2006
@@ -57,6 +57,9 @@
 
   * Call make-kpkg with --stem kernel, as the default is now linux
 
+  * Make sure a config exists before make-kpkg is called else the build will
+    stall
+
   [ Dann Frazier / Simon Horman ]
 
   * [SECURITY] Require root privilege to write the current
@@ -94,7 +97,7 @@
     home space mode in space switch event exception handler. See CAN-2004-0887.
     206_s390-sacf-fix.diff
 
- -- Simon Horman <[EMAIL PROTECTED]>  Thu,  9 Feb 2006 15:16:19 +0900
+ -- Simon Horman <[EMAIL PROTECTED]>  Thu,  9 Feb 2006 16:55:40 +0900
 
 kernel-source-2.4.27 (2.4.27-12) unstable; urgency=low
 

Modified: dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules
==============================================================================
--- dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules      
(original)
+++ dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules      
Thu Feb  9 08:05:44 2006
@@ -89,6 +89,7 @@
 
 # Patch kernel with the Debian patch!
        home=$(patch_home)/debian sh $(patch_home)/apply/debian
+       yes "" | make oldconfig  # make-kpkg needs a config these days
        $(make-kpkg) kernel-doc
        $(make-kpkg) kernel-source
 # Clean up after yourself

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

Reply via email to