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

Split long command line into multiple shorter ones

...maybe that makes Windows more happy

Change-Id: I4fe1d73f5638e1efe07162735c94856e0541ae78
üst 18af59fb
...@@ -34,98 +34,160 @@ $(call gb_CustomTarget_get_target,registry/regcompare_test): \ ...@@ -34,98 +34,160 @@ $(call gb_CustomTarget_get_target,registry/regcompare_test): \
$(call gb_Helper_abbreviate_dirs,( \ $(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb) \
&& echo 1 && ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb) \
&& echo 2 && ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb) \
&& echo 3 && ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb) \
&& echo 4 && ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb) \
&& echo 5 && ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb) \
&& echo 6 && ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb) \
&& echo 7 && ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb) \
&& echo 8 && $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb) \
&& echo 9 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb) \
&& echo 10 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb) \
&& echo 11 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb) \
&& echo 12 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb) \
&& echo 13 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb) \
&& echo 14 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb) \
&& echo 15 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb) \
&& echo 16 && $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb) \
&& echo 17 && $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb) \
&& echo 18 && $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb) \
&& echo 19 && $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb) \
&& echo 20 && $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb) \
&& echo 21 && $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb) \
&& echo 22 && $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb) \
&& echo 23 && $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb) \
&& echo 24 && $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb) \
&& echo 25 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb) \
&& echo 26 && $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
$(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb) \
&& echo 27 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb) \
&& echo 28 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb) \
&& echo 29 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb) \
&& echo 30 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb) \
&& echo 31 && ! $(call gb_Executable_get_command,unoidl-check) \ > $@.log 2>&1 || (cat $@.log && false))
$(call gb_Helper_abbreviate_dirs,( \
! $(call gb_Executable_get_command,unoidl-check) \
$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
-- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb) \ -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb) \
> $@.log 2>&1 || (cat $@.log && false)) > $@.log 2>&1 || (cat $@.log && false))
......
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