--- trunk/mage/usr/lib/mage/smage2.sh 2012/01/09 20:05:53 1613 +++ trunk/mage/usr/lib/mage/smage2.sh 2012/01/09 20:08:17 1614 @@ -906,13 +906,13 @@ # special handling needed for mage features # pkgbuild - msetfeature "${SAVED_FEATURE_PKGBUILD}" + FVERBOSE=off msetfeature "${SAVED_FEATURE_PKGBUILD}" # strip - msetfeature "${SAVED_FEATURE_STRIP}" + FVERBOSE=off msetfeature "${SAVED_FEATURE_STRIP}" # libtool - msetfeature "${SAVED_FEATURE_LIBTOOL}" + FVERBOSE=off msetfeature "${SAVED_FEATURE_LIBTOOL}" # compressdoc - msetfeature "${SAVED_FEATURE_COMPRESSDOC}" + FVERBOSE=off msetfeature "${SAVED_FEATURE_COMPRESSDOC}" # bindir too export BINDIR="${SAVED_BINDIR}"