[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Avoid double slashes in linker object file lists.



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID b84517e3fc3042f4bfe822d39eca87be0fad5932
# Parent  d857c6281410174d8e9ddd90443b7840aad10f72
Avoid double slashes in linker object file lists.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r d857c6281410 -r b84517e3fc30 xen/Rules.mk
--- a/xen/Rules.mk      Fri Apr  7 12:41:58 2006
+++ b/xen/Rules.mk      Fri Apr  7 13:26:02 2006
@@ -74,7 +74,7 @@
 subdir-y := $(patsubst %,%/,$(patsubst %/,%,$(subdir-y)))
 
 # Add explicitly declared subdirectories to the object list.
-obj-y += $(patsubst %,%/built_in.o,$(subdir-y))
+obj-y += $(patsubst %/,%/built_in.o,$(subdir-y))
 
 # Add implicitly declared subdirectories (in the object list) to the
 # subdirectory list, and rewrite the object-list entry.

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.