mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
make: Install cache-projects.mk
.cache-projects.mk is not installed / packaged, which makes builds against an installed jw-pkg considerably slower. Change that, at the risk of making the installed jw-pkg-devel less versatile. This commit installs a cache file cache-projects.mk, renamed from .cache-projects.mk, because there's no justification for hiding an installed makefile. At least I can't think of one. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
4431993665
commit
741a3b6db2
4 changed files with 12 additions and 13 deletions
|
|
@ -10,7 +10,9 @@ define try_include
|
|||
endif
|
||||
endef
|
||||
|
||||
$(eval $(call try_include,$(JWBDIR)/make/.cache-projects.mk))
|
||||
CACHE_PROJECTS_MK := $(JWBDIR)/cache-projects.mk
|
||||
|
||||
$(eval $(call try_include,$(CACHE_PROJECTS_MK)))
|
||||
$(eval $(call try_include,$(TOPDIR)/make/.cache-project.mk))
|
||||
$(eval $(call try_include,$(JWBDIR)/make/pre-local.mk))
|
||||
$(eval $(call try_include,$(TOPDIR)/make/pre-local.mk))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue