[kernel] r5459 - dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches

Martin Michlmayr tbm at costa.debian.org
Mon Jan 16 17:58:28 UTC 2006


Author: tbm
Date: Mon Jan 16 17:58:28 2006
New Revision: 5459

Modified:
   dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/12_makefile.dpatch
Log:
update for 2.6.15


Modified: dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/12_makefile.dpatch
==============================================================================
--- dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/12_makefile.dpatch	(original)
+++ dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/12_makefile.dpatch	Mon Jan 16 17:58:28 2006
@@ -22,15 +22,14 @@
 
 exit 0
 
---- linux-2.6.12/Makefile	2005-06-17 21:48:29.000000000 +0200
-+++ linux_HEAD/Makefile	2005-07-11 10:20:48.000000000 +0200
-@@ -169,7 +169,8 @@ KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$
- 
+--- linux-2.6.15/Makefile	2006-01-16 17:56:00.000000000 +0000
++++ new/Makefile	2006-01-16 17:57:29.000000000 +0000
+@@ -169,7 +169,7 @@
  SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
  				  -e s/arm.*/arm/ -e s/sa110/arm/ \
--				  -e s/s390x/s390/ -e s/parisc64/parisc/ )
-+				  -e s/s390x/s390/ -e s/parisc64/parisc/ \
-+				  -e s/mips.*/mips/ )
+ 				  -e s/s390x/s390/ -e s/parisc64/parisc/ \
+-				  -e s/ppc64/powerpc/ )
++				  -e s/ppc64/powerpc/ -e -e s/mips.*/mips/ )
  
  # Cross compiling and selecting different set of gcc/bin-utils
  # ---------------------------------------------------------------------------



More information about the Kernel-svn-changes mailing list