Author: arielch
Date: Wed May 23 01:30:22 2012
New Revision: 1341711
URL: http://svn.apache.org/viewvc?rev=1341711&view=rev
Log:
Add option for make_installer.pl -log by exporting VERBOSE_INSTALLER=TRUE
Modified:
incubator/ooo/trunk/main/instsetoo_native/util/makefile.mk
Modified: incubator/ooo/trunk/main/instsetoo_native/util/makefile.mk
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/instsetoo_native/util/makefile.mk?rev=1341711&r1=1341710&r2=1341711&view=diff
==============================================================================
--- incubator/ooo/trunk/main/instsetoo_native/util/makefile.mk (original)
+++ incubator/ooo/trunk/main/instsetoo_native/util/makefile.mk Wed May 23
01:30:22 2012
@@ -104,11 +104,14 @@ openoffice_$(defaultlangiso) : [email protected]
.IF "$(VERBOSE)"=="TRUE"
VERBOSESWITCH=-verbose
-.ENDIF
-.IF "$(VERBOSE)"=="FALSE"
+.ELIF "$(VERBOSE)"=="FALSE"
VERBOSESWITCH=-quiet
.ENDIF
+.IF "$(VERBOSE_INSTALLER)"=="TRUE"
+VERBOSESWITCH+=-log
+.ENDIF
+
# New target to prepare a source release
SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release