[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] $(LN) not defined
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@xxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |