mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
py-defs.mk: Fix installation with predefined PY_INSTALL_DIR
Predefined PY_INSTALL_DIR was ignored prior to this commit, which shuffles the py-defs.mk variables around considerably. Still some temporary variables unnecessarily defined with ?=, but some testing would be good prior to further changes. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
42e01d9dd8
commit
ab5fc0c334
2 changed files with 60 additions and 30 deletions
|
|
@ -7,6 +7,9 @@ JW_BUILD_DEF_MK_INCLUDED = true
|
|||
|
||||
MAKEFLAGS += -r
|
||||
|
||||
empty :=
|
||||
space := $(empty) $(empty)
|
||||
|
||||
include $(MODDIR)/make/projects.mk
|
||||
|
||||
ifeq ($(MAKE_BENCHMARK),true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue