WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Kernel makefiles do not define $(LN).

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 9afe86e6d9dd88470a593f098553cc26bb292fe3
# Parent  0f33cbec4e3600f3d708af2630b8eabb9b6641a5
Kernel makefiles do not define $(LN).
Signed-off-by: Rik van Riel <riel@xxxxxxxxxx>

diff -r 0f33cbec4e36 -r 9afe86e6d9dd linux-2.6-xen-sparse/arch/xen/boot/Makefile
--- a/linux-2.6-xen-sparse/arch/xen/boot/Makefile       Mon Oct 10 18:06:14 2005
+++ b/linux-2.6-xen-sparse/arch/xen/boot/Makefile       Mon Oct 10 19:56:46 2005
@@ -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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Kernel makefiles do not define $(LN)., Xen patchbot -unstable <=