From 9c6806c3537f777235e16632e686fc4c9b40a375 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 8 Dec 2009 20:42:46 +0000 Subject: [PATCH] Decrease verbosity during win32 packaging: Inno, gconftool-2, htmlhelp compiler (hhc) with less output. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18473 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/dist.sh | 2 +- packaging/win32/install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/win32/dist.sh b/packaging/win32/dist.sh index a1b158ee4d..e2dfb7b97c 100755 --- a/packaging/win32/dist.sh +++ b/packaging/win32/dist.sh @@ -262,7 +262,7 @@ function finish() { done echo "Now running the Inno Setup Compiler for creating the setup.exe" - ${_INNO_UDIR}/iscc ${_GNUCASH_UDIR}/gnucash.iss + ${_INNO_UDIR}/iscc //Q ${_GNUCASH_UDIR}/gnucash.iss if [ "$BUILD_FROM_TARBALL" = "no" ]; then # And changing output filename diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 9138f636d3..750efa0070 100755 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -1293,7 +1293,7 @@ function make_install() { for file in *.schemas; do gconftool-2 \ --config-source=xml:merged:${_INSTALL_WFSDIR}/etc/gconf/gconf.xml.defaults \ - --install-schema-file $file + --install-schema-file $file >/dev/null done gconftool-2 --shutdown qpopd @@ -1342,7 +1342,7 @@ function make_chm() { echo "[MAP]" >> htmlhelp.hhp cat mymaps >> htmlhelp.hhp rm mymaps - hhc htmlhelp.hhp || true + hhc htmlhelp.hhp >/dev/null || true cp -fv htmlhelp.chm $_DOCS_INST_UDIR/$_CHM_LANG/gnucash-$_CHM_TYPE.chm cp -fv htmlhelp.hhmap $_DOCS_INST_UDIR/$_CHM_LANG/gnucash-$_CHM_TYPE.hhmap qpopd