diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-03 15:24:57 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-03 17:37:30 +0100 |
commit | 4686b3f623393aa8ce4d44f1d0f97e582a21c545 (patch) | |
tree | 4d3a6427216e06dc041840f2e70a53605bff876e /i18npool | |
parent | 90290e7285ca177cc89daff699ced39904f71c7e (diff) |
localedata: keep the intermediate %_new.cxx file
Mike tested it, and I tested it on Windows too. But at least for
my Linux static build, these files are auto-removed. So tell GNU
make we really want to keep them.
Change-Id: I00eb191c4d0086de87f895a6e6fe26d1e405cab9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127895
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CustomTarget_localedata.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/CustomTarget_localedata.mk b/i18npool/CustomTarget_localedata.mk index 6a63785fe839..3ce723ba2499 100644 --- a/i18npool/CustomTarget_localedata.mk +++ b/i18npool/CustomTarget_localedata.mk @@ -29,6 +29,7 @@ $(call gb_CustomTarget_get_workdir,i18npool/localedata)/localedata_%_new.cxx : \ rm $@.sax $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),SAX) +.PRECIOUS: $(call gb_CustomTarget_get_workdir,i18npool/localedata)/localedata_%_new.cxx $(call gb_CustomTarget_get_workdir,i18npool/localedata)/localedata_%.cxx : \ $(call gb_CustomTarget_get_workdir,i18npool/localedata)/localedata_%_new.cxx $(call gb_Helper_copy_if_different_and_touch,$<,$@) |