[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] libxl: fix incremental parallel build
Jan Beulich writes ("Re: [PATCH] libxl: fix incremental parallel build"): > Well, the absolute paths in there are a problem only when compiling > files from a different subdirectory. Is that something that happens > in many places? It seems to be not wholly uncommon in xen.git, primarily because of a desire to build the same code for execution in userland and in the hypervisor (or guest firmware images or similar). So far we have mariner:xen.git> git-grep '^vpath' | wc -l 8 and that clearly leaves some out because it contains none of the hypervisor instances. And my key point is that the need for a workaround is not the fault of the autogenerated .h files. Your proposed workaround needs adjusting every time the set of autogenerated .h files (or the set of Makefiles which make .h files) changes. I would like to make a single change which will always work. After all we have no way to automatically verify that we don't have bugs of this form, and when we do write a bug of this form it's a race bug (and race bugs are horrible to find and debug). Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |