diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 09:46:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 18:07:10 +0100 |
commit | b7e8ae27f85aea1e924a28c7facfd82289b9e6a9 (patch) | |
tree | 969e625e0d78209655e073263c631e57409666ae /solenv/gbuild/TargetLocations.mk | |
parent | ad1a885e3b34714980121f7ef273cf59f3f76e12 (diff) |
Fix clean-up of gb_UIConfig_get_a11yerrors_target
The old code tried to remove non-exisiting *.a11yerrors files corresponding to a
UIConfig's individual *.ui files, not the one single *.a11yerrors file
corresponding to the UIConfig itself.
Also, there's no need to have a UIA11YErrorsTarget merely for clean-up. Just
do that clean-up as part of gb_UIConfig_get_clean_target.
Change-Id: I6676f08496254398801bb75172c1326d1c843071
Reviewed-on: https://gerrit.libreoffice.org/50156
Reviewed-by: Samuel Thibault <sthibault@hypra.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv/gbuild/TargetLocations.mk')
-rw-r--r-- | solenv/gbuild/TargetLocations.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk index 06ec8bea0f43..4911b1b8c137 100644 --- a/solenv/gbuild/TargetLocations.mk +++ b/solenv/gbuild/TargetLocations.mk @@ -281,7 +281,6 @@ $(eval $(call gb_Helper_make_clean_targets,\ CppunitTestFakeExecutable \ CustomTarget \ ExternalProject \ - UIA11YErrorsTarget \ UIConfig \ UIImageListTarget \ UIMenubarTarget \ |