mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
defs.mk: Honour $(TOPDIR)/make/local.mk
This commit is contained in:
parent
366c42bf54
commit
c389c45e94
1 changed files with 4 additions and 0 deletions
|
|
@ -308,6 +308,10 @@ else
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(wildcard $(TOPDIR)/make/local.mk),)
|
||||||
|
include $(TOPDIR)/make/local.mk
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(wildcard local.mk),)
|
ifneq ($(wildcard local.mk),)
|
||||||
include local.mk
|
include local.mk
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue