]> git.pld-linux.org Git - packages/libspectrum.git/commitdiff
- use configure option for verbose make
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 4 Jul 2017 15:47:31 +0000 (17:47 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 4 Jul 2017 15:47:31 +0000 (17:47 +0200)
libspectrum.spec

index 3ff5dfe0f095919c146a17dcffbd251fb9f89fd7..f7dfc60b178d64692823801b0936afd4273d80cd 100644 (file)
@@ -78,14 +78,15 @@ echo 'AC_DEFUN([AM_PATH_GLIB],[$3])' >> acinclude.m4
 %{__autoheader}
 %{__automake}
 %configure \
+       --disable-silent-rules \
        %{!?with_static_libs:--disable-static}
-%{__make} V=1
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT V=1
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.071003 seconds and 4 git commands to generate.