summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2020-01-10 10:27:08 +0100
committerMarian Csontos <mcsontos@redhat.com>2020-01-10 10:30:48 +0100
commitefa31825ba8a41d69f3a726678a002fefc66f205 (patch)
tree236c0da49e506c43820153e51e9ce30ac84705d4
parent50c56ade2a7a89f751091669fb8b31854f93eff1 (diff)
downloadlvm2-efa31825ba8a41d69f3a726678a002fefc66f205.tar.gz
spec: Set verbose flag for make
-rw-r--r--spec/build.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/spec/build.inc b/spec/build.inc
index d91c98135..cb1b80338 100644
--- a/spec/build.inc
+++ b/spec/build.inc
@@ -44,21 +44,21 @@
%configure %{configure_flags}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
%{?extra_build_commands}
%install
-make install DESTDIR=$RPM_BUILD_ROOT
-make install_system_dirs DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT V=1
+make install_system_dirs DESTDIR=$RPM_BUILD_ROOT V=1
%if %{enable_systemd}
-make install_systemd_units DESTDIR=$RPM_BUILD_ROOT
-make install_systemd_generators DESTDIR=$RPM_BUILD_ROOT
-make install_tmpfiles_configuration DESTDIR=$RPM_BUILD_ROOT
+make install_systemd_units DESTDIR=$RPM_BUILD_ROOT V=1
+make install_systemd_generators DESTDIR=$RPM_BUILD_ROOT V=1
+make install_tmpfiles_configuration DESTDIR=$RPM_BUILD_ROOT V=1
%else
-make install_initscripts DESTDIR=$RPM_BUILD_ROOT
+make install_initscripts DESTDIR=$RPM_BUILD_ROOT V=1
%endif
%if %{enable_testsuite}
-make -C test install DESTDIR=$RPM_BUILD_ROOT
+make -C test install DESTDIR=$RPM_BUILD_ROOT V=1
%endif
# when building an src.rpm from freestanding specfiles