mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 10:32:59 +00:00
Revert build verbosity
Verbosity is not needed in most cases, but the log with it is ~750 MB!
PArtially reverts 7d34a85093
This commit is contained in:
parent
ce45dcfe52
commit
1545747478
1 changed files with 2 additions and 1 deletions
|
@ -3101,7 +3101,8 @@ touch external/tarballs/.downloaded
|
|||
|
||||
# We use make build here because the default target is "allandcheck".
|
||||
# Checking should go to check
|
||||
%make V=1 verbose=t GMAKE_OPTIONS='VERBOSE=1' build-nocheck
|
||||
#%%make V=1 verbose=t GMAKE_OPTIONS='VERBOSE=1' build-nocheck
|
||||
%make -r -s V=0 build-nocheck
|
||||
|
||||
echo "Make end at: "`date` >> ooobuildtime.log
|
||||
echo "Install start at: "`date` >> ooobuildtime.log
|
||||
|
|
Loading…
Add table
Reference in a new issue