App: Remove hardcoded local/src from App and defs.mk
local/src is a janware-specific path, remove it from App and defs.mk. It's still in pkg.sh as a safety measure. Will have to go, too, but is kept in for now until further audit. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
701d8a33e7
commit
1062be24db
4 changed files with 58 additions and 55 deletions
|
|
@ -1,6 +1,7 @@
|
|||
EXE ?= $(TOPDIR)/scripts/jw-pkg.py
|
||||
|
||||
LOG_LEVEL ?= info
|
||||
TEST_CMD_GLOBAL_OPTS ?= -t $(TOPDIR)
|
||||
ifneq ($(LOG_LEVEL),)
|
||||
TEST_OPTS_LOG_LEVEL := --log-level $(LOG_LEVEL)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue