More "Let climaker work on *.rdb.oldformat for now"
...also, the use of double use of udkapi.rdb in climaker call in testtools/CustomTarget_bridgetest_climaker.mk looked fishy. Change-Id: I8be22b184740d65e567df65bae51fe18066be102
This commit is contained in:
@@ -40,9 +40,7 @@ $(testtools_CLIDIR)/cli_types_bridgetest.dll : \
|
||||
$(call gb_Helper_abbreviate_dirs, \
|
||||
$(call gb_Helper_execute,climaker) \
|
||||
$(if $(filter -s,$(MAKEFLAGS)),,--verbose) \
|
||||
--out $@ \
|
||||
-X $(call gb_UnoApiTarget_get_target,udkapi) \
|
||||
-r $(OUTDIR)/bin/cli_uretypes.dll \
|
||||
$< > /dev/null)
|
||||
--out $@ -r $(OUTDIR)/bin/cli_uretypes.dll \
|
||||
$(call gb_UnoApiTarget_get_target,udkapi).oldformat > /dev/null)
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
|
||||
|
@@ -19,7 +19,8 @@ $(call gb_CustomTarget_get_target,unoil/climaker) : \
|
||||
$(unoil_CLIDIR)/$(CLI_OOOTYPES_POLICY_ASSEMBLY).dll
|
||||
|
||||
$(unoil_CLIDIR)/cli_oootypes.dll : $(SRCDIR)/unoil/climaker/version.txt \
|
||||
$(OUTDIR)/bin/offapi.rdb $(OUTDIR)/bin/udkapi.rdb \
|
||||
$(call gb_UnoApiTarget_get_target,offapi) \
|
||||
$(call gb_UnoApiTarget_get_target,udkapi) \
|
||||
$(OUTDIR)/bin/cliuno.snk $(OUTDIR)/bin/cli_uretypes.dll \
|
||||
$(call gb_Executable_get_runtime_dependencies,climaker) \
|
||||
| $(unoil_CLIDIR)/.dir
|
||||
@@ -31,10 +32,10 @@ $(unoil_CLIDIR)/cli_oootypes.dll : $(SRCDIR)/unoil/climaker/version.txt \
|
||||
--assembly-version $(CLI_OOOTYPES_NEW_VERSION) \
|
||||
--assembly-company "LibreOffice" \
|
||||
--assembly-description "This assembly contains metadata for the LibreOffice API." \
|
||||
-X $(OUTDIR)/bin/udkapi.rdb \
|
||||
-X $(call gb_UnoApiTarget_get_target,udkapi).oldformat \
|
||||
-r $(OUTDIR)/bin/cli_uretypes.dll \
|
||||
--keyfile $(OUTDIR)/bin/cliuno.snk \
|
||||
$(OUTDIR)/bin/offapi.rdb) > /dev/null)
|
||||
$(call gb_UnoApiTarget_get_target,offapi).oldformat) > /dev/null)
|
||||
|
||||
$(unoil_CLIDIR)/cli_oootypes.config : \
|
||||
$(SRCDIR)/unoil/climaker/cli_oootypes_config \
|
||||
|
Reference in New Issue
Block a user