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:
Mikhail Novosyolov 2020-04-04 22:24:26 +03:00
parent ce45dcfe52
commit 1545747478

View file

@ -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