[Lldb-commits] [Bug 10157] source/Interpreter/Makefile: broken install-local
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jun 19 21:40:35 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10157
Charles Davis <cdavis at mymail.mines.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |cdavis at mymail.mines.edu
AssignedTo|lldb-commits at cs.uiuc.edu |cdavis at mymail.mines.edu
OS/Version|Linux |All
--- Comment #2 from Charles Davis <cdavis at mymail.mines.edu> 2011-06-19 23:40:35 CDT ---
One comment on your patch. Why does the path to the LLDB library not respect
the DESTDIR variable? liblldb will be installed to $(DESTDIR)$(PROJ_libdir),
but the symlink is to $(PROJ_libdir)/liblldb.so. Is this on purpose? I could
see how, if e.g. the DESTDIR were the root of a chroot(8) environment. But, are
you sure you want to do it this way?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the lldb-commits
mailing list