diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-11 15:27:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-11 16:32:45 +0100 |
commit | 0c31cd693cd599138bd7a686ea932d25faac7393 (patch) | |
tree | f042b632b3132472755cdc37e790d580f0593fc5 | |
parent | d8321bd0651c89fc158859a2b2ee5903533921ed (diff) |
drop debugging spew
Change-Id: I50b0ce42e68c8a6a5da3150468a7df8bb9030686
-rw-r--r-- | i18npool/CustomTarget_breakiterator.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk index 1c757ddf3ca7..1c701847b409 100644 --- a/i18npool/CustomTarget_breakiterator.mk +++ b/i18npool/CustomTarget_breakiterator.mk @@ -102,16 +102,11 @@ $(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 - echo DEBUG i18npool ICU_RECLASSIFIED_CLOSE_PARENTHESIS=$(ICU_RECLASSIFIED_CLOSE_PARENTHESIS) ICU_RECLASSIFIED_PREPEND_SET_EMPTY=$(ICU_RECLASSIFIED_PREPEND_SET_EMPTY) - cat $(SRC_ROOT)/config_host.mk ifeq ($(ICU_RECLASSIFIED_CLOSE_PARENTHESIS),YES) ifeq ($(ICU_RECLASSIFIED_PREPEND_SET_EMPTY),YES) - echo DEBUG both sed "s#\[:LineBreak = Close_Punctuation:\]#\[\[:LineBreak = Close_Punctuation:\] \[:LineBreak = Close_Parenthesis:\]\]#" $< | sed "/Prepend/d" > $@ else - echo DEBUG only one sed "s#\[:LineBreak = Close_Punctuation:\]#\[\[:LineBreak = Close_Punctuation:\] \[:LineBreak = Close_Parenthesis:\]\]#" $< > $@ - cat $@ endif else cp $< $@ |