[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Fix parallel build; directory must exist before making symlink
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1188325467 21600 # Node ID c21bd325088a2161206bb0ae03ebf4a5bee5569e # Parent 6644d848626685f01d6832837fdb4ab2e06fffde [IA64] Fix parallel build; directory must exist before making symlink Signed-off-by: Aron Griffis <aron@xxxxxx> --- tools/libxc/ia64/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 6644d8486266 -r c21bd325088a tools/libxc/ia64/Makefile --- a/tools/libxc/ia64/Makefile Fri Aug 24 15:09:14 2007 -0600 +++ b/tools/libxc/ia64/Makefile Tue Aug 28 12:24:27 2007 -0600 @@ -43,7 +43,7 @@ mk-symlinks-acpi: $(IA64_HDR_DIRS) $(IA6 ( cd ia64/acpi/platform && ln -sf ../../../$(XEN_ROOT)/xen/include/acpi/platform/*.h .) ( cd ia64/acpi/platform/ && ln -sf ../../aclinux.h .) ( cd ia64/xen && ln -sf ../../$(XEN_ROOT)/xen/include/xen/acpi.h .) -mk-symlinks-misc: +mk-symlinks-misc: $(IA64_HDR_DIRS) ( cd ia64/asm && ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux-xen/asm/kregs.h .) build: mk-symlinks-acpi mk-symlinks-misc _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |