summaryrefslogtreecommitdiff
path: root/i18npool/CustomTarget_breakiterator.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-11 21:42:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-11 21:43:19 +0100
commitf2827fb15f530e002d722780be26caf326a45646 (patch)
treebf77a523c57830293f598c0a79ff0544c68a3d4f /i18npool/CustomTarget_breakiterator.mk
parent3f6d3a4045507d1496709c5cff8f359a0d0e8b29 (diff)
debug foo for mingw32 build
Change-Id: I1d5f9940c6f85269373ccbdc9caa6c5696996c9f
Diffstat (limited to 'i18npool/CustomTarget_breakiterator.mk')
-rw-r--r--i18npool/CustomTarget_breakiterator.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk
index 1c701847b409..e8253b949a5e 100644
--- a/i18npool/CustomTarget_breakiterator.mk
+++ b/i18npool/CustomTarget_breakiterator.mk
@@ -102,12 +102,28 @@ $(i18npool_BIDIR)/%.brk : $(i18npool_BIDIR)/%.txt $(i18npool_GENBRKTARGET)
# NOTE: strips every line with _word_ 'Prepend', including $Prepend
$(i18npool_BIDIR)/%.txt : \
$(SRCDIR)/i18npool/source/breakiterator/data/%.txt | $(i18npool_BIDIR)/.dir
+ifeq ($(GUI)$(COM),WNTGCC)
+ echo DEBUG i18npool ICU_RECLASSIFIED_CLOSE_PARENTHESIS=$(ICU_RECLASSIFIED_CLOSE_PARENTHESIS)
+ echo DEBUG i18npool ICU_RECLASSIFIED_PREPEND_SET_EMPTY=$(ICU_RECLASSIFIED_PREPEND_SET_EMPTY)
+ cat $(SRC_ROOT)/config_host.mk
+ cat $(SRC_ROOT)/config.log
+ cat $(SRC_ROOT)/configure
+endif
ifeq ($(ICU_RECLASSIFIED_CLOSE_PARENTHESIS),YES)
ifeq ($(ICU_RECLASSIFIED_PREPEND_SET_EMPTY),YES)
+ifeq ($(GUI)$(COM),WNTGCC)
+ echo DEBUG both
+endif
sed "s#\[:LineBreak = Close_Punctuation:\]#\[\[:LineBreak = Close_Punctuation:\] \[:LineBreak = Close_Parenthesis:\]\]#" $< | sed "/Prepend/d" > $@
else
+ifeq ($(GUI)$(COM),WNTGCC)
+ echo DEBUG only one
+endif
sed "s#\[:LineBreak = Close_Punctuation:\]#\[\[:LineBreak = Close_Punctuation:\] \[:LineBreak = Close_Parenthesis:\]\]#" $< > $@
endif
+ifeq ($(GUI)$(COM),WNTGCC)
+ cat $@
+endif
else
cp $< $@
endif