Re: Xen and all_video.mod

2016-09-19 Thread Andrei Borzenkov
19.09.2016 20:28, Colin Watson пишет: > Current master fails like this when configured with --with-platform=xen > and using binutils 2.27: > > TARGET_OBJ2ELF= sh genmod.sh moddep.lst all_video.module > build-grub-module-verifier all_video.mod > build-grub-module-verifier: error: no symbol tab

Xen and all_video.mod

2016-09-19 Thread Colin Watson
Current master fails like this when configured with --with-platform=xen and using binutils 2.27: TARGET_OBJ2ELF= sh genmod.sh moddep.lst all_video.module build-grub-module-verifier all_video.mod build-grub-module-verifier: error: no symbol table and no .moddeps section. Makefile:42584: reci

Re: [PATCH] syslinux_test: Fix out-of-tree build handling

2016-09-19 Thread Colin Watson
On Mon, Sep 19, 2016 at 04:17:38PM +0300, Andrei Borzenkov wrote: > Current GIT should support relative pathnames; this is better > solution. I had in mind syslinux test, but as you are working on it > anyway could you look at simply cd'ing into correct directory and > using relative pathnames ever

Re: [PATCH] syslinux_test: Fix out-of-tree build handling

2016-09-19 Thread Andrei Borzenkov
Current GIT should support relative pathnames; this is better solution. I had in mind syslinux test, but as you are working on it anyway could you look at simply cd'ing into correct directory and using relative pathnames everywhere? On Sun, Sep 18, 2016 at 7:33 PM, Colin Watson wrote: > When doin