Revert "update the list of serialized libs"
This reverts commit fd3a23ce33
.
The list of serialized libraries must be sorted in dependency order,
otherwise there will be cyclic dependencies.
This commit is contained in:
@@ -241,30 +241,15 @@ $(if $(strip $(1)),\
|
|||||||
$(call repositorymodule_serialize,$(wordlist 2,$(words $(1)),$(1))))
|
$(call repositorymodule_serialize,$(wordlist 2,$(words $(1)),$(1))))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# this list consists of libraries above the arbitrary cut-off of 30M
|
|
||||||
# on a --enable-debug linux build
|
|
||||||
ifeq (all,$(filter all,$(MAKECMDGOALS)))
|
ifeq (all,$(filter all,$(MAKECMDGOALS)))
|
||||||
$(eval $(call repositorymodule_serialize,\
|
$(eval $(call repositorymodule_serialize,\
|
||||||
chartcore \
|
|
||||||
chartcontroller \
|
|
||||||
cui \
|
|
||||||
$(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
|
|
||||||
fwk \
|
|
||||||
$(if $(MERGELIBS),merged) \
|
|
||||||
msword \
|
|
||||||
oox \
|
|
||||||
sc \
|
|
||||||
scfilt \
|
scfilt \
|
||||||
sd \
|
$(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \
|
||||||
sfx \
|
sc msword swui sw sd \
|
||||||
svt \
|
$(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) \
|
||||||
svx \
|
writerfilter cui chartcontroller oox \
|
||||||
svxcore \
|
$(if $(MERGELIBS),merged,svxcore) \
|
||||||
sw \
|
xo vcl \
|
||||||
swui \
|
|
||||||
vcl \
|
|
||||||
writerfilter \
|
|
||||||
xo \
|
|
||||||
))
|
))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user