summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-08-13 16:21:30 +0200
committerDavid Tardon <dtardon@redhat.com>2011-08-13 16:27:30 +0200
commit6638cbad4e001bcce3cddfef1898390d47ce9546 (patch)
treecae7315e448997d0ccd8d88cd956771db6469a36 /solenv
parenta21b285064a777f36749565d77f1203ccb0c810a (diff)
discard unneeded output
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Configuration.mk15
1 files changed, 6 insertions, 9 deletions
diff --git a/solenv/gbuild/Configuration.mk b/solenv/gbuild/Configuration.mk
index 54cbd952641d..06dce585465b 100644
--- a/solenv/gbuild/Configuration.mk
+++ b/solenv/gbuild/Configuration.mk
@@ -76,17 +76,15 @@ $(call gb_Output_announce,$(2),$(true),XCS,1)
$(call gb_Helper_abbreviate_dirs_native,\
mkdir -p $(dir $(1)) && \
$(gb_XSLTPROC) --nonet \
- -o $(1).val \
+ --noout \
--stringparam componentName $(subst /,.,$(basename $(XCSFILE))) \
--stringparam root $(subst $(XCSFILE),,$(3)) \
$(gb_XcsTarget_XSLT_SchemaVal) \
- $(3) \
- && rm $(1).val && \
+ $(3) && \
$(gb_XSLTPROC) --nonet \
- -o $(1).sanity \
+ --noout \
$(gb_XcsTarget_XSLT_Sanity) \
- $(3) \
- && rm $(1).sanity && \
+ $(3) && \
$(gb_XSLTPROC) --nonet \
-o $(1) \
$(gb_XcsTarget_XSLT_SchemaTrim) \
@@ -120,13 +118,12 @@ $(call gb_Output_announce,$(2),$(true),XCU,2)
$(call gb_Helper_abbreviate_dirs_native,\
mkdir -p $(dir $(1)) && \
$(gb_XSLTPROC) --nonet \
- -o $(1).val \
+ --noout \
--stringparam xcs $(call gb_XcsTarget_for_XcuTarget,$(XCUFILE)) \
--stringparam schemaRoot $(call gb_XcsTarget_get_outdir_target,) \
--path $(gb_Configuration_registry) \
$(gb_XcuDataTarget_XSLT_DataVal) \
- $(3) \
- && rm -f $(1).val && \
+ $(3) && \
$(gb_XSLTPROC) --nonet \
-o $(1) \
--stringparam xcs $(call gb_XcsTarget_for_XcuTarget,$(XCUFILE)) \