Kaydet (Commit) ae75a0dd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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
üst 82b1e07f
...@@ -40,9 +40,7 @@ $(testtools_CLIDIR)/cli_types_bridgetest.dll : \ ...@@ -40,9 +40,7 @@ $(testtools_CLIDIR)/cli_types_bridgetest.dll : \
$(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_abbreviate_dirs, \
$(call gb_Helper_execute,climaker) \ $(call gb_Helper_execute,climaker) \
$(if $(filter -s,$(MAKEFLAGS)),,--verbose) \ $(if $(filter -s,$(MAKEFLAGS)),,--verbose) \
--out $@ \ --out $@ -r $(OUTDIR)/bin/cli_uretypes.dll \
-X $(call gb_UnoApiTarget_get_target,udkapi) \ $(call gb_UnoApiTarget_get_target,udkapi).oldformat > /dev/null)
-r $(OUTDIR)/bin/cli_uretypes.dll \
$< > /dev/null)
# vim:set shiftwidth=4 tabstop=4 noexpandtab: # vim:set shiftwidth=4 tabstop=4 noexpandtab:
...@@ -19,7 +19,8 @@ $(call gb_CustomTarget_get_target,unoil/climaker) : \ ...@@ -19,7 +19,8 @@ $(call gb_CustomTarget_get_target,unoil/climaker) : \
$(unoil_CLIDIR)/$(CLI_OOOTYPES_POLICY_ASSEMBLY).dll $(unoil_CLIDIR)/$(CLI_OOOTYPES_POLICY_ASSEMBLY).dll
$(unoil_CLIDIR)/cli_oootypes.dll : $(SRCDIR)/unoil/climaker/version.txt \ $(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 \ $(OUTDIR)/bin/cliuno.snk $(OUTDIR)/bin/cli_uretypes.dll \
$(call gb_Executable_get_runtime_dependencies,climaker) \ $(call gb_Executable_get_runtime_dependencies,climaker) \
| $(unoil_CLIDIR)/.dir | $(unoil_CLIDIR)/.dir
...@@ -31,10 +32,10 @@ $(unoil_CLIDIR)/cli_oootypes.dll : $(SRCDIR)/unoil/climaker/version.txt \ ...@@ -31,10 +32,10 @@ $(unoil_CLIDIR)/cli_oootypes.dll : $(SRCDIR)/unoil/climaker/version.txt \
--assembly-version $(CLI_OOOTYPES_NEW_VERSION) \ --assembly-version $(CLI_OOOTYPES_NEW_VERSION) \
--assembly-company "LibreOffice" \ --assembly-company "LibreOffice" \
--assembly-description "This assembly contains metadata for the LibreOffice API." \ --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 \ -r $(OUTDIR)/bin/cli_uretypes.dll \
--keyfile $(OUTDIR)/bin/cliuno.snk \ --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 : \ $(unoil_CLIDIR)/cli_oootypes.config : \
$(SRCDIR)/unoil/climaker/cli_oootypes_config \ $(SRCDIR)/unoil/climaker/cli_oootypes_config \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment