[Libreoffice-commits] .: solenv/gbuild

David Tardon dtardon at kemper.freedesktop.org
Sat Aug 13 07:28:22 PDT 2011


 solenv/gbuild/Configuration.mk |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

New commits:
commit 6638cbad4e001bcce3cddfef1898390d47ce9546
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Aug 13 16:21:30 2011 +0200

    discard unneeded output

diff --git a/solenv/gbuild/Configuration.mk b/solenv/gbuild/Configuration.mk
index 54cbd95..06dce58 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)) \


More information about the Libreoffice-commits mailing list