[kernel] r13620 - in dists/sid/linux-2.6/debian: . patches/bugfix/sparc patches/series

Dann Frazier dannf at alioth.debian.org
Fri May 15 22:23:07 UTC 2009


Author: dannf
Date: Fri May 15 22:23:06 2009
New Revision: 13620

Log:
[sparc] Fix build

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/sparc/ftbfs.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/5

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Fri May 15 22:22:01 2009	(r13619)
+++ dists/sid/linux-2.6/debian/changelog	Fri May 15 22:23:06 2009	(r13620)
@@ -73,6 +73,9 @@
     - forcedeth: Fix resume from hibernation regression.
   * Ignore ABI change.
 
+  [ Jurij Smakov ]
+  * [sparc] Fix build
+
  -- dann frazier <dannf at debian.org>  Mon, 04 May 2009 13:40:51 -0600
 
 linux-2.6 (2.6.29-4) unstable; urgency=low

Added: dists/sid/linux-2.6/debian/patches/bugfix/sparc/ftbfs.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/bugfix/sparc/ftbfs.patch	Fri May 15 22:23:06 2009	(r13620)
@@ -0,0 +1,25 @@
+diff -urpN linux-source-2.6.29.orig/arch/sparc/boot/Makefile linux-source-2.6.29/arch/sparc/boot/Makefile
+--- linux-source-2.6.29.orig/arch/sparc/boot/Makefile	2009-03-23 17:12:14.000000000 -0600
++++ linux-source-2.6.29/arch/sparc/boot/Makefile	2009-05-15 16:14:09.000000000 -0600
+@@ -79,6 +79,9 @@ $(obj)/image: vmlinux FORCE
+ 	$(call if_changed,strip)
+ 	@echo '  kernel: $@ is ready'
+ 
++$(obj)/zImage: $(obj)/image
++	$(call if_changed,gzip)
++
+ $(obj)/tftpboot.img: vmlinux $(obj)/piggyback_64 System.map $(ROOT_IMG) FORCE
+ 	$(call if_changed,elftoaout)
+ 	$(call if_changed,piggy)
+diff -urpN linux-source-2.6.29.orig/arch/sparc/Makefile linux-source-2.6.29/arch/sparc/Makefile
+--- linux-source-2.6.29.orig/arch/sparc/Makefile	2009-03-23 17:12:14.000000000 -0600
++++ linux-source-2.6.29/arch/sparc/Makefile	2009-05-15 16:14:44.000000000 -0600
+@@ -91,6 +91,8 @@ endif
+ 
+ boot := arch/sparc/boot
+ 
++all: zImage
++
+ image zImage tftpboot.img vmlinux.aout: vmlinux
+ 	$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
+ 

Modified: dists/sid/linux-2.6/debian/patches/series/5
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/5	Fri May 15 22:22:01 2009	(r13619)
+++ dists/sid/linux-2.6/debian/patches/series/5	Fri May 15 22:23:06 2009	(r13620)
@@ -6,3 +6,4 @@
 - bugfix/all/drm-intel.git-f544847fbaf099278343f875987a983f2b913134.patch
 + bugfix/all/stable/2.6.29.3.patch
 + bugfix/all/stable/2.6.29.3-abi-1.patch
++ bugfix/sparc/ftbfs.patch



More information about the Kernel-svn-changes mailing list