summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-29 18:04:42 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-29 18:11:51 +0100
commitb1d20f68474d91d8accafdeb403526b16a636220 (patch)
treeca5b2de0cf3e5129a0e4aefa62a9da56f2bc36b1 /i18npool
parenta7069c2aa24f40b8e47d148b7201f879faa2ff32 (diff)
set gb_PARTIALBUILD in CustomTargets
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/Makefile1
-rw-r--r--i18npool/source/indexentry/Makefile1
-rwxr-xr-xi18npool/source/localedata/Makefile1
-rwxr-xr-xi18npool/source/textconversion/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/i18npool/source/breakiterator/Makefile b/i18npool/source/breakiterator/Makefile
index 011dd6f22397..9f1a6ce56481 100644
--- a/i18npool/source/breakiterator/Makefile
+++ b/i18npool/source/breakiterator/Makefile
@@ -28,6 +28,7 @@
all : OpenOffice_dat.c data/dict_ja.cxx data/dict_zh.cxx
+gb_PARTIALBUILD:=T
include $(GBUILDDIR)/gbuild_simple.mk
data:
diff --git a/i18npool/source/indexentry/Makefile b/i18npool/source/indexentry/Makefile
index c5335dcd66c4..cb0212cf9c8e 100644
--- a/i18npool/source/indexentry/Makefile
+++ b/i18npool/source/indexentry/Makefile
@@ -28,6 +28,7 @@
all : $(subst .txt,.cxx,$(notdir $(wildcard $(SRC_ROOT)/i18npool/source/indexentry/data/*.txt)))
+gb_PARTIALBUILD:=T
include $(GBUILDDIR)/gbuild_simple.mk
%.cxx : %_invis.cxx
diff --git a/i18npool/source/localedata/Makefile b/i18npool/source/localedata/Makefile
index 6c3774ee67c2..336eb67ecaf9 100755
--- a/i18npool/source/localedata/Makefile
+++ b/i18npool/source/localedata/Makefile
@@ -28,6 +28,7 @@
all : $(patsubst %.xml,localedata_%.cxx,$(notdir $(wildcard $(SRC_ROOT)/i18npool/source/localedata/data/*.xml)))
+gb_PARTIALBUILD:=T
include $(GBUILDDIR)/gbuild_simple.mk
my_file := file://$(if $(filter $(OS_FOR_BUILD),WNT),/)
diff --git a/i18npool/source/textconversion/Makefile b/i18npool/source/textconversion/Makefile
index 8a4693d41657..97e0e2d550c4 100755
--- a/i18npool/source/textconversion/Makefile
+++ b/i18npool/source/textconversion/Makefile
@@ -28,6 +28,7 @@
all : $(subst .dic,.cxx,$(notdir $(wildcard $(SRC_ROOT)/i18npool/source/textconversion/data/*.dic)))
+gb_PARTIALBUILD:=T
include $(GBUILDDIR)/gbuild_simple.mk
%.cxx : %_invis.cxx