|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V5 01/15] move x86 EFI boot/runtime code to common/efi
>>> On 19.09.14 at 00:49, <roy.franz@xxxxxxxxxx> wrote:
> --- a/xen/Makefile
> +++ b/xen/Makefile
> @@ -100,6 +100,7 @@ $(TARGET): delete-unfresh-files
> $(MAKE) -C tools
> $(MAKE) -f $(BASEDIR)/Rules.mk include/xen/compile.h
> [ -e include/asm ] || ln -sf asm-$(TARGET_ARCH) include/asm
> + [ -e arch/$(TARGET_ARCH)/efi ] && ln -sf $(BASEDIR)/common/efi/*
> arch/$(TARGET_ARCH)/efi/
I guess this would better be
ln -sf ../../../common/efi/* arch/$(TARGET_ARCH)/efi/
- there's no reason to prevent the tree from being moved.
Also I hope the recurring link creation upon incremental rebuilds
isn't going to cause any kind of problems.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |