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

Bastian Blank waldi at costa.debian.org
Fri Mar 3 18:41:25 UTC 2006


Author: waldi
Date: Fri Mar  3 18:41:23 2006
New Revision: 6049

Modified:
   dists/trunk/linux-2.6/debian/patches/powerpc-build-links.patch
Log:
debian/patches/powerpc-build-links.patch: Update.


Modified: dists/trunk/linux-2.6/debian/patches/powerpc-build-links.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/powerpc-build-links.patch	(original)
+++ dists/trunk/linux-2.6/debian/patches/powerpc-build-links.patch	Fri Mar  3 18:41:23 2006
@@ -1,12 +1,11 @@
-diff -urN ../orig/linux-2.6-2.6.13+2.6.14-rc5/arch/ppc/Makefile linux-2.6-2.6.13+2.6.14-rc5/arch/ppc/Makefile
---- ../orig/linux-2.6-2.6.13+2.6.14-rc5/arch/ppc/Makefile	2005-10-22 18:17:48.000000000 +0000
-+++ linux-2.6-2.6.13+2.6.14-rc5/arch/ppc/Makefile	2005-10-23 13:27:47.000000000 +0000
-@@ -113,7 +113,7 @@
+--- a/arch/powerpc/Makefile
++++ b/arch/powerpc/Makefile
+@@ -179,7 +179,7 @@ ifeq ($(CONFIG_PPC32),y)
  include/asm: arch/$(ARCH)/include/asm
- arch/$(ARCH)/include/asm:
+ arch/$(ARCH)/include/asm: FORCE
  	$(Q)if [ ! -d arch/$(ARCH)/include ]; then mkdir -p arch/$(ARCH)/include; fi
--	$(Q)ln -fsn $(srctree)/include/asm-powerpc arch/$(ARCH)/include/asm
-+	$(Q)ln -fsn $(if $(KBUILD_SRC),$(KBUILD_SRC),../../..)/include/asm-powerpc arch/$(ARCH)/include/asm
+-	$(Q)ln -fsn $(srctree)/include/asm-$(OLDARCH) arch/$(ARCH)/include/asm
++	$(Q)ln -fsn $(if $(KBUILD_SRC),$(KBUILD_SRC),../../..)/include/asm-$(OLDARCH) arch/$(ARCH)/include/asm
+ endif
  
  # Use the file '.tmp_gas_check' for binutils tests, as gas won't output
- # to stdout and these checks are run even on install targets.



More information about the Kernel-svn-changes mailing list