|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [IA64] fix make world
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 2da06d15d0f13ed2e3f16aeb9cdf33bf7a0e52a0
# Parent 3b3a5588baca92e5518a5c890156fae7fba7b0b6
[IA64] fix make world
When the arch/ia64/Makefile was cloned from the Linux tree, the install
target was changed to remove a dependency on vmlinux.gz. That makes
sense, but the invocation of install.sh in that target still used $<
to refer to the dependency that had been removed. Hence, install.sh
would fail, and make world would stop prematurely.
Signed-off-by: Al Stone <ahs3@xxxxxxxxx>
diff -r 3b3a5588baca -r 2da06d15d0f1 linux-2.6-xen-sparse/arch/ia64/Makefile
--- a/linux-2.6-xen-sparse/arch/ia64/Makefile Mon Apr 03 08:33:35 2006 -0600
+++ b/linux-2.6-xen-sparse/arch/ia64/Makefile Mon Apr 03 08:58:10 2006 -0600
@@ -91,7 +91,7 @@ boot: lib/lib.a vmlinux
$(Q)$(MAKE) $(build)=$(boot) $@
install:
- sh $(srctree)/arch/ia64/install.sh $(KERNELRELEASE) $< System.map
"$(INSTALL_PATH)"
+ -yes | sh $(srctree)/arch/ia64/install.sh $(KERNELRELEASE) vmlinux.gz
System.map "$(INSTALL_PATH)"
define archhelp
echo '* compressed - Build compressed kernel image'
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [IA64] fix make world,
Xen patchbot -unstable <=
|
|
|
|
|