mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
platform.mk / defs.mk fix: SHELL was referenced before definition
SHELL defaults to /bin/sh on Ubuntu 16, and was used to get-os.sh, which fails Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
0944f009db
commit
23ce1b8642
2 changed files with 6 additions and 6 deletions
|
|
@ -15,12 +15,6 @@ comma := ,
|
|||
|
||||
include $(JWBDIR)/make/projects.mk
|
||||
|
||||
ifeq ($(MAKE_BENCHMARK),true)
|
||||
export SHELL := /bin/bash $(JWB_SCRIPT_DIR)/timed-make-shell.sh
|
||||
else
|
||||
export SHELL := /bin/bash
|
||||
endif
|
||||
|
||||
ifndef GREP
|
||||
GREP := $(shell $(WHICH) grep)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue