[PATCH 1/1] ppc64 install outside of source tree
From: Doug Maxey
Date: Fri Oct 29 2004 - 17:46:48 EST
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@xxxxxxxxxxxxxx>
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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/