[lldb-dev] make install is currently broken - does not respect prefix.

Todd Fiala tfiala at google.com
Thu Dec 5 08:19:13 PST 2013


Okay thanks - I'll fix up the change to handle that as well and post up the
adjusted patch after I validate your scenario.


On Thu, Dec 5, 2013 at 8:17 AM, Sylvestre Ledru <sylvestre at debian.org>wrote:

> On 05/12/2013 16:35, Todd Fiala wrote:
> > Hi Sylvestre,
> >
> > What in the configure process is telling it to append this part:
> > /tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/debian/tmp
> > 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.
> >
> Actually, I am adding this:
>
>         --prefix=/usr/lib/llvm-3.5
> to the configure
> and then, DESTDIR with the make install
> /usr/bin/make -C build-llvm VERBOSE=1 install
> DESTDIR=/tmp/buildd/llvm-toolchain-snapshot-3.5~svn196491/debian/tmp/
>
> Usually, adding $(DESTDIR) in the path fixes this kind of issues.
>
> Sorry for not being clear in my initial email,
> S
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131205/0dea7374/attachment.html>


More information about the lldb-dev mailing list