From 15457474785bc8429928d7bbef07b03add2e0969 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sat, 4 Apr 2020 22:24:26 +0300 Subject: [PATCH] Revert build verbosity Verbosity is not needed in most cases, but the log with it is ~750 MB! PArtially reverts 7d34a8509331f88056d6615d9697f267b74c1ac3 --- libreoffice.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 85740e7..7f02966 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -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