diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-12 11:02:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-13 09:50:42 +0100 |
commit | 2a42638c79cf9a8297b822dc9842618f1f2f8779 (patch) | |
tree | a37a714a278ba405647dbf256ed19c649c1f02f5 | |
parent | eca06e79c3f2ca02aa30e2e8ec140a7a10c999c3 (diff) |
drop debugging spew
Change-Id: I680a5d10d129ff9b7d6d543b0914418eedf078c6
-rw-r--r-- | i18npool/CustomTarget_breakiterator.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk index e8253b949a5e..1c701847b409 100644 --- a/i18npool/CustomTarget_breakiterator.mk +++ b/i18npool/CustomTarget_breakiterator.mk @@ -102,28 +102,12 @@ $(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 |