[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-ia64-devel] [PATCH] fix make world for ia64
This is my very first Xen/ia64 patch. Please be gentle with me :-). 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> -- Ciao, al ---------------------------------------------------------------------- Al Stone Alter Ego: Open Source and Linux R&D Debian Developer Hewlett-Packard Company http://www.debian.org E-mail: ahs3@xxxxxxxxx ahs3@xxxxxxxxxx ---------------------------------------------------------------------- diff -r ddc279c91502 -r 866ab9664fb2 linux-2.6-xen-sparse/arch/ia64/Makefile --- a/linux-2.6-xen-sparse/arch/ia64/Makefile Fri Mar 31 14:04:16 2006 -0700 +++ b/linux-2.6-xen-sparse/arch/ia64/Makefile Fri Mar 31 18:40:49 2006 -0700 @@ -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-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |