[PATCH 1/1] ppc64 install outside of source tree

Doug Maxey dwm at austin.ibm.com
Sat Oct 30 08:09:03 EST 2004


Sam, 
please apply.  Having been using this for a while.

Name: arch/ppc64/boot install outside of source tree

Rationale:
	When building outside source tree, install.sh is looked for in the 
        obj side.

Status:  tested on ppc64 builds

Signed-off-by: Doug Maxey <dwm at austin.ibm.com>

ChangeLog:
* have ppc64 ability to run install.sh from build outside srctree.

++doug
IBM Linux Technology Center

===== arch/ppc64/boot/Makefile 1.25 vs edited =====
--- 1.25/arch/ppc64/boot/Makefile	2004-10-03 12:23:50 -05:00
+++ edited/arch/ppc64/boot/Makefile	2004-10-11 14:15:58 -05:00
@@ -118,6 +118,6 @@
 		>> $(obj)/imagesize.c
 
 install: $(CONFIGURE) $(obj)/$(BOOTIMAGE)
-	sh -x $(src)/install.sh "$(KERNELRELEASE)" "$(obj)/$(BOOTIMAGE)" "$(INSTALL_PATH)"
+	sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" "$(obj)/$(BOOTIMAGE)" "$(INSTALL_PATH)"
 
 clean-files := $(addprefix $(objtree)/, $(obj-boot) vmlinux.strip)





More information about the Linuxppc64-dev mailing list