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:
Jan Lindemann 2026-07-24 12:41:58 +02:00
commit 1062be24db
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61
4 changed files with 58 additions and 55 deletions

View file

@ -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