mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs-cpp.mk: Defs-cpp.mk performance optimization
Disable most external code for clean targets Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
15579e94d3
commit
da09c46fa3
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
ifndef JW_BUILD_CPP_DEFS_MK_INCLUDED
|
||||
JW_BUILD_CPP_DEFS_MK_INCLUDED := true
|
||||
|
||||
# performance optimization for clean targets
|
||||
ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)
|
||||
|
||||
# -- default choices
|
||||
|
||||
#COMPILER_SUITE ?= clang
|
||||
|
|
@ -803,4 +806,5 @@ INSTALLED_LIB += $(INSTALLED_LIB_SO) $(INSTALLED_SHOBJS) \
|
|||
$(INSTALLED_LINKS_SO) $(sort $(INSTALLED_LIB_A) $(INSTALLED_ALL_LIBS)) \
|
||||
$(INSTALLED_DEF)
|
||||
|
||||
endif # ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)
|
||||
endif # ifndef JW_BUILD_CPP_DEFS_MK_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue