Make the builds verbose
This commit is contained in:
parent
7f96e673cc
commit
4356e0b173
@ -222,15 +222,15 @@ pushd wpa_supplicant
|
|||||||
# yes, BINDIR=_sbindir
|
# yes, BINDIR=_sbindir
|
||||||
BINDIR="%{_sbindir}" ; export BINDIR ;
|
BINDIR="%{_sbindir}" ; export BINDIR ;
|
||||||
LIBDIR="%{_libdir}" ; export LIBDIR ;
|
LIBDIR="%{_libdir}" ; export LIBDIR ;
|
||||||
make %{_smp_mflags}
|
make %{_smp_mflags} V=1
|
||||||
%if %{build_gui}
|
%if %{build_gui}
|
||||||
QTDIR=%{_libdir}/qt4 make wpa_gui-qt4 %{_smp_mflags} QMAKE='%{qmake_qt4}' LRELEASE='%{_qt4_bindir}/lrelease'
|
QTDIR=%{_libdir}/qt4 make wpa_gui-qt4 %{_smp_mflags} V=1 QMAKE='%{qmake_qt4}' LRELEASE='%{_qt4_bindir}/lrelease'
|
||||||
%endif
|
%endif
|
||||||
make eapol_test
|
make eapol_test V=1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd wpa_supplicant/doc/docbook
|
pushd wpa_supplicant/doc/docbook
|
||||||
make man
|
make man V=1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user