diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-07 08:40:35 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-09 21:04:39 +0200 |
commit | 0a45deba2be4a77db7540bd050b25bd6c26d7513 (patch) | |
tree | 828e305e131e24bddfe0d9c8a41c7a02a8a300b2 /i18npool | |
parent | 7b743c9628d9479ee3fe2650a43eee5a9a02b8a4 (diff) |
enforce only one possible use of gb_CustomTarget
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CustomTarget_breakiterator.mk | 2 | ||||
-rw-r--r-- | i18npool/CustomTarget_collator.mk | 2 | ||||
-rw-r--r-- | i18npool/CustomTarget_indexentry.mk | 2 | ||||
-rw-r--r-- | i18npool/CustomTarget_localedata.mk | 2 | ||||
-rw-r--r-- | i18npool/CustomTarget_textconversion.mk | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk index a8379d746f56..4ba03d502a8f 100644 --- a/i18npool/CustomTarget_breakiterator.mk +++ b/i18npool/CustomTarget_breakiterator.mk @@ -26,7 +26,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,i18npool/breakiterator,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,i18npool/breakiterator)) IPBI := $(call gb_CustomTarget_get_workdir,i18npool/breakiterator) diff --git a/i18npool/CustomTarget_collator.mk b/i18npool/CustomTarget_collator.mk index 54a2d0c37137..9be28e05fbe7 100644 --- a/i18npool/CustomTarget_collator.mk +++ b/i18npool/CustomTarget_collator.mk @@ -26,7 +26,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,i18npool/collator,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,i18npool/collator)) IPCO := $(call gb_CustomTarget_get_workdir,i18npool/collator) TXTLIST := $(notdir $(wildcard $(SRCDIR)/i18npool/source/collator/data/*.txt)) diff --git a/i18npool/CustomTarget_indexentry.mk b/i18npool/CustomTarget_indexentry.mk index c28dbf1b99f9..681dd4c1e6e7 100644 --- a/i18npool/CustomTarget_indexentry.mk +++ b/i18npool/CustomTarget_indexentry.mk @@ -26,7 +26,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,i18npool/indexentry,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,i18npool/indexentry)) IPIE := $(call gb_CustomTarget_get_workdir,i18npool/indexentry) diff --git a/i18npool/CustomTarget_localedata.mk b/i18npool/CustomTarget_localedata.mk index 48b611ec6432..c5d23588ace0 100644 --- a/i18npool/CustomTarget_localedata.mk +++ b/i18npool/CustomTarget_localedata.mk @@ -26,7 +26,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,i18npool/localedata,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,i18npool/localedata)) IPLD := $(call gb_CustomTarget_get_workdir,i18npool/localedata) diff --git a/i18npool/CustomTarget_textconversion.mk b/i18npool/CustomTarget_textconversion.mk index fa07733b4741..da58b1b33a54 100644 --- a/i18npool/CustomTarget_textconversion.mk +++ b/i18npool/CustomTarget_textconversion.mk @@ -26,7 +26,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,i18npool/textconversion,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,i18npool/textconversion)) IPTC := $(call gb_CustomTarget_get_workdir,i18npool/textconversion) |