Stupid me. That''ll teach me to not try and pretty up patches while they sit in my mail program! Apparently the kernel makefiles do not define $(LN) ... *hangs head in shame* Signed-off-by: Rik van Riel <riel@redhat.com> --- arch/xen/boot/Makefile.orig 2005-10-10 11:43:14.000000000 -0400 +++ arch/xen/boot/Makefile 2005-10-10 11:43:24.000000000 -0400 @@ -8,4 +8,4 @@ $(call if_changed,objcopy) bzImage: vmlinuz - $(Q)$(LN) -sf ../../../vmlinuz $(srctree)/arch/xen/boot/bzImage + $(Q)ln -sf ../../../vmlinuz $(srctree)/arch/xen/boot/bzImage _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel