do not serialize tail_build unless there is 'all' target
Otherwise running 'make <module>.all' is broken. Change-Id: Id987d9aefbcfff6fba5f18a04c30f9a2f58ad00b
This commit is contained in:
committed by
Michael Stahl
parent
31b1867798
commit
f18357810e
@@ -172,6 +172,7 @@ $(if $(strip $(1)),\
|
||||
$(call tailbuild_serialize,$(wordlist 2,$(words $(1)),$(1))))
|
||||
endef
|
||||
|
||||
ifeq (all,$(filter all,$(MAKECMDGOALS)))
|
||||
$(eval $(call tailbuild_serialize,\
|
||||
scfilt \
|
||||
$(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \
|
||||
@@ -181,5 +182,6 @@ $(eval $(call tailbuild_serialize,\
|
||||
$(if $(filter TRUE,$(MERGELIBS)),merged,svxcore) \
|
||||
vcl xo \
|
||||
))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
Reference in New Issue
Block a user