Re: [PATCH] Rump on GNU/Hurd (4): Userspace PCI I/O

2015-08-30 Thread Robert Millan
Hi Antti El 30/08/15 a les 16:44, Antti Kantee ha escrit: One thing you are doing wrong is creating a rule which creates two targets. If both > targets happen to be made in parallel, you usually get corrupt output. So e.g. make > the .h depend on the .c (or simply omit it entirely if nothing

Re: [PATCH] Rump on GNU/Hurd (4): Userspace PCI I/O

2015-08-30 Thread Antti Kantee
On 30/08/15 10:22, Robert Millan wrote: I figured out how to generate those off-tree and wrote a small Makefile snippet to do it: experimentalUser.c experimental_U.h: echo '#include ' \ | gcc -E -x c - -o - \ | mig -cc cat - /dev/null -subrprefix __ \ -user ex

Re: [PATCH] Rump on GNU/Hurd (4): Userspace PCI I/O

2015-08-30 Thread Robert Millan
El 16/08/15 a les 13:09, Robert Millan ha escrit: * It includes code from other people under GPLv2; I'm not sure if this may be an issue wrt licensing policy of Rump as this is only targetted at the pci-userspace module. In any case if you think it's an issue let me know and we'll try to