mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Add OS_NAME variable defs.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
77aabcc7d6
commit
e9ceaeff66
1 changed files with 3 additions and 1 deletions
|
|
@ -46,7 +46,9 @@ ifeq ($(PROJECT),)
|
|||
PROJECT := $(patsubst $(FLAVOUR_PREFIX)%,%,$(notdir $(shell cd $(TOPDIR); $(PWD) | $(SED) 's/.*\///; s/-[0-9].*//')))
|
||||
endif
|
||||
|
||||
OS ?= $(shell /bin/bash $(MOD_SCRIPT_DIR)/get-os.sh)
|
||||
GET_OS_SH ?= /bin/bash $(MOD_SCRIPT_DIR)/get-os.sh
|
||||
OS ?= $(shell $(GET_OS_SH))
|
||||
OS_NAME ?= $(shell $(GET_OS_SH) name)
|
||||
|
||||
CREATE_DEVEL ?= true
|
||||
#COMPILER_SUITE ?= clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue