<div dir="ltr">Okay thanks - I'll fix up the change to handle that as well and post up the adjusted patch after I validate your scenario.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 5, 2013 at 8:17 AM, Sylvestre Ledru <span dir="ltr"><<a href="mailto:sylvestre@debian.org" target="_blank">sylvestre@debian.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 05/12/2013 16:35, Todd Fiala wrote:<br>
> Hi Sylvestre,<br>
><br>
> What in the configure process is telling it to append this part:<br>
> /tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/debian/tmp<br>
> to the install prefix?  I suspect I may just need to have a typically-empty-but-not-in-your-case variable to the front part of the install location.  I was using $prefix to get the --prefix={something} part.<br>
><br>
</div>Actually, I am adding this:<br>
<br>
        --prefix=/usr/lib/llvm-3.5<br>
to the configure<br>
and then, DESTDIR with the make install<br>
/usr/bin/make -C build-llvm VERBOSE=1 install DESTDIR=/tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/debian/tmp/<br>
<br>
Usually, adding $(DESTDIR) in the path fixes this kind of issues.<br>
<br>
Sorry for not being clear in my initial email,<br>
S<br>
<br>
</blockquote></div><br></div>