On Tue, 2016-01-12 at 22:16 -0500, Konrad Rzeszutek Wilk wrote: > commit 5d3dc8671521ea4a4f753e77d3e7fb3a3a6f5f80 > "tools: Refactor "xentoollog" into its own library" > with older python versions (2.6.4) will fail to > the build if attempted to be done twice (which > happens due to pygrub dependencies). > > make -C python DESTDIR=/tmp > make -C python DESTDIR=/tmp > > The second one will fail with: > error: -Wl, -rpath-link=../../tools/libs/toollog: No such file or > directory > > even thought the directory is there (with the libs).
"though" > > Andrew pointed out that the linker additions should be in > the "extra_link_args" rather than "depends". > > And true enough - with that modification it builds. > > CC: Ian Campbell <[email protected]> > CC: Ian Jackson <[email protected]> > CC: Wei Liu <[email protected]> > CC: Boris Ostrovsky <[email protected]> > Suggested-by: Andrew Cooper <[email protected]> > Signed-off-by: Konrad Rzeszutek Wilk <[email protected]> Acked + applied, with typo fixed. _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
