2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
68d740764a |
|||
|
8a41298b76 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
68d740764a |
py-path|ldlibpath.mk: Space-separate JW_PKG_XXX_PATH
The following variables contain colons as path-separators: - JW_PKG_PYTHON_PATH - JW_PKG_EXE_PATH - JW_PKG_LD_LIBRARY_PATH This commit makes them use spaces instead, so they can be more easily amended by Makefiles using them. Also define them in a more uniform way, and use the newly introduced PREREQ_RUN variable to fill them, which in turn can also be appended to before that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
8a41298b76 |
py-path.mk: Add file
Aside from PYTHONPATH, ldlibpath.mk runs jw-pkg.py for determining other paths, too, which is often unneeded and can impact performance. Split the PYTHONPATH detection into a dedicated py-path.mk, and include it from ldlibpath.mk, so it can be used instead where needed. Signed-off-by: Jan Lindemann <jan@janware.com> |