Thanks. Until you get the +w permission, don't hesitate to send me the patch.
On 05/12/2013 17:19, Todd Fiala wrote: > 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 <[email protected] > <mailto:[email protected]>> 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 > >
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
