Kaydet (Commit) 7fad9037 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

Add option for make_installer.pl -log by exporting VERBOSE_INSTALLER=TRUE

üst 69220589
...@@ -104,11 +104,14 @@ openoffice_$(defaultlangiso) : $$@.archive ...@@ -104,11 +104,14 @@ openoffice_$(defaultlangiso) : $$@.archive
.IF "$(VERBOSE)"=="TRUE" .IF "$(VERBOSE)"=="TRUE"
VERBOSESWITCH=-verbose VERBOSESWITCH=-verbose
.ENDIF .ELIF "$(VERBOSE)"=="FALSE"
.IF "$(VERBOSE)"=="FALSE"
VERBOSESWITCH=-quiet VERBOSESWITCH=-quiet
.ENDIF .ENDIF
.IF "$(VERBOSE_INSTALLER)"=="TRUE"
VERBOSESWITCH+=-log
.ENDIF
# New target to prepare a source release # New target to prepare a source release
SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment