Bug ID 18124
Summary ‘make install’ fails to install python scripts
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter tfiala@google.com
Classification Unclassified
Todd Fiala changed bug 18124
What | Removed | Added |
- | - | - |
Status | NEW | RESOLVED |
Resolution | — | FIXED |
Comment # 7 on bug 18124 from Todd Fiala
commit e1d38b31f2c8f251732013cca2868d7999381234
Author: Sylvestre Ledru <[sylvestre@debian.org](mailto:sylvestre@debian.org)>
Fixed Makefile-based install to place python packages in the LLDB install
tr
Failure to install python packages now fails the make install.
This patch properly handles the optional DESTDIR variable.
Patch by Todd Fiala