mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
projects.mk -> platform.mk: Move definitions up
To remove redundancy, get-os.sh needs to be retired in favor of pkg.py distro info. It's needed in platform.mk, but the only definiton of JW_PKG_PY is in projects.mk, so move it, along with the variables essential for the command: include $(JWBDIR)/make/py-version.mk (defining PYTHON) JW_PKG_PY DEVELOPMENT VERSION_FILE Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6483de1a8f
commit
521600bc56
3 changed files with 28 additions and 27 deletions
|
|
@ -16,6 +16,9 @@ Q ?= @
|
|||
|
||||
include $(JWBDIR)/make/projects.mk
|
||||
|
||||
ifndef WHICH
|
||||
WHICH := $(firstword $(wildcard /usr/bin/which) $(shell which which))
|
||||
endif
|
||||
ifndef GREP
|
||||
GREP := $(shell $(WHICH) grep)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue