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
|
|
@ -282,7 +282,6 @@ ifeq ($(VCS),cvs)
|
|||
endif
|
||||
|
||||
REV_SUBDIRS = $(call reverse $(SUBDIRS))
|
||||
FRESH_CVSDIR = $(HOME)/local/src/cvs.fresh
|
||||
PCKG_DEFS_DIR = $(JWBDIR)/make/defs.d
|
||||
HDRDIR_SCOPE_SUFFIX ?= $(PROJECT)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue