make build verbose

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-01-24 07:30:29 +01:00
parent 294ae933db
commit 06d7baf887
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -96,6 +96,7 @@ find doc -type f -executable -print -exec chmod 0644 {} ';'
%build %build
mkdir py2 py3 mkdir py2 py3
%global _configure ../configure %global _configure ../configure
%global _configure_disable_silent_rules 1
( cd py2 && %configure --cache-file=../config.cache --with-python=%{__python2} ) ( cd py2 && %configure --cache-file=../config.cache --with-python=%{__python2} )
( cd py3 && %configure --cache-file=../config.cache --with-python=%{__python3} ) ( cd py3 && %configure --cache-file=../config.cache --with-python=%{__python3} )
%make_build -C py2 %make_build -C py2