<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 1 January 2017 at 13:12, Paul Wouters <span dir="ltr"><<a href="mailto:paul@nohats.ca" target="_blank">paul@nohats.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sun, 1 Jan 2017, Andrew Cagney wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
There seems to be a problem with KVM_SOURCEDIR and KVM_TESTINGDIR.  The make file has:<br>
<br>
   KVM_SOURCEDIR ?= $(abs_top_srcdir)<br>
<br>
yet it gets assigned to something like:<br>
<br>
  KVM_SOURCEDIR = $$(abs_top_srcdir)<br>
<br>
so far no luck in figuring out why (or reproducing the behaviour).  A dump of make might be helpful<br>
here.  Something like:<br>
</blockquote>
<br></span>
Note it happens on fedora25 and centos7 for me.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
   make -d kvm-help | grep KVM_SOURCEDIR<br>
</blockquote>
<br></span>
[build@thinkpad libreswan]$ make -d kvm-help | grep KVM_SOURCEDIR<br>
     KVM_SOURCEDIR: $(abs_top_srcdir)<span class="HOEnZb"><font color="#888888"><br>
<br></font></span></blockquote><div><br></div><div>At least that confirms that the value is wrong.<br><br></div><div>It turns out that GNU 'make -d' isn't much use here; far more helpful is 'make -qp | less' as it shows where/what the variable is.  Here it was picked up from an optional make file.<br><br></div><div>Andrew<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
Paul<br>
</font></span></blockquote></div><br></div></div>