r4373 - dists/trunk/linux-2.6/debian/patches-debian

Sven Luther luther at costa.debian.org
Mon Oct 10 16:24:38 UTC 2005


Author: luther
Date: 2005-10-10 16:24:38 +0000 (Mon, 10 Oct 2005)
New Revision: 4373

Modified:
   dists/trunk/linux-2.6/debian/patches-debian/powerpc-mkvmlinuz-support.patch
Log:
This is the final apus-unbreaking version.


Modified: dists/trunk/linux-2.6/debian/patches-debian/powerpc-mkvmlinuz-support.patch
===================================================================
--- dists/trunk/linux-2.6/debian/patches-debian/powerpc-mkvmlinuz-support.patch	2005-10-10 13:49:40 UTC (rev 4372)
+++ dists/trunk/linux-2.6/debian/patches-debian/powerpc-mkvmlinuz-support.patch	2005-10-10 16:24:38 UTC (rev 4373)
@@ -20,7 +20,7 @@
 #
 --- linux-kernel-2.6.12-2.6.12/arch/ppc/boot/Makefile.orig	2005-07-15 12:46:28.000000000 +0000
 +++ linux-kernel-2.6.12-2.6.12/arch/ppc/boot/Makefile	2005-07-15 12:55:56.000000000 +0000
-@@ -32,3 +32,35 @@
+@@ -32,3 +32,37 @@
  $(bootdir-y): $(addprefix $(obj)/,$(subdir-y)) \
  		$(addprefix $(obj)/,$(hostprogs-y))
  	$(Q)$(MAKE) $(build)=$(obj)/$@ $(MAKECMDGOALS)
@@ -30,19 +30,21 @@
 +	mkdir -p $(INSTALL_MKVMLINUZ)/boot
 +	install -m 644 -o root -g root ld.script $(INSTALL_MKVMLINUZ)/boot
 +	if [ -e openfirmware/note ]; then \
-+		install -m 644 -o root -g root openfirmware/note $(INSTALL_MKVMLINUZ)/boot \
++		install -m 644 -o root -g root openfirmware/note $(INSTALL_MKVMLINUZ)/boot; \
 +	fi
 +
 +	mkdir -p $(INSTALL_MKVMLINUZ)/lib
 +	install -m 644 -o root -g root ../../../lib/lib.a $(INSTALL_MKVMLINUZ)/lib
 +	install -m 644 -o root -g root lib/lib.a $(INSTALL_MKVMLINUZ)/lib/ppc.a
 +	install -m 644 -o root -g root common/lib.a $(INSTALL_MKVMLINUZ)/lib/common.a
-+	install -m 644 -o root -g root of1275/lib.a $(INSTALL_MKVMLINUZ)/lib/of.a
++	if [ -e of1275/lib.a ]; then \
++		install -m 644 -o root -g root of1275/lib.a $(INSTALL_MKVMLINUZ)/lib/of.a; \
++	fi
 +
-+	if [ -e common.o ]; \	
-+		mkdir -p $(INSTALL_MKVMLINUZ)/obj/openfirmware \
-+		install -m 644 -o root -g root openfirmware/*.o $(INSTALL_MKVMLINUZ)/obj/openfirmware \
-+		rm -f $(INSTALL_MKVMLINUZ)/obj/openfirmware/image* \
++	if [ -e openfirmware/common.o ]; then \
++		mkdir -p $(INSTALL_MKVMLINUZ)/obj/openfirmware; \
++		install -m 644 -o root -g root openfirmware/*.o $(INSTALL_MKVMLINUZ)/obj/openfirmware; \
++		rm -f $(INSTALL_MKVMLINUZ)/obj/openfirmware/image*; \
 +	fi
 +
 +	mkdir -p $(INSTALL_MKVMLINUZ)/obj/simple




More information about the Kernel-svn-changes mailing list