summaryrefslogtreecommitdiff
path: root/i18npool/util
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-21 20:16:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 20:17:22 +0000
commitf2c136a39361d905d0ebd8b746cf14089a567988 (patch)
tree248ef137ccf15c8289153afc8e54b0c632be9d12 /i18npool/util
parent450f5a90f5256845bb919e97833ebceccbdb462e (diff)
update regression tests for new component registration
Diffstat (limited to 'i18npool/util')
-rw-r--r--i18npool/util/makefile.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk
index 8c9f1a83b2c0..bbaecb5cb94e 100644
--- a/i18npool/util/makefile.mk
+++ b/i18npool/util/makefile.mk
@@ -80,10 +80,16 @@ SHL1STDLIBS= \
.INCLUDE : target.mk
-ALLTAR : $(MISC)/i18npool.component
+ALLTAR : $(MISC)/i18npool.component $(MISC)/qa_i18npool.component
$(MISC)/i18npool.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
i18npool.component
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt i18npool.component
+
+$(MISC)/qa_i18npool.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ i18npool.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_INBUILD_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt i18npool.component