summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2020-01-06 05:20:56 -0500
committerFrank Ch. Eigler <fche@redhat.com>2020-01-06 05:20:56 -0500
commit543ba6d6904145483a9f7f786db49ed39728d934 (patch)
tree8d049a8d8246b498f700883f932ef2cc4fde73a9
parent208eac1770d8052296bfec71b2b6ae1e68123226 (diff)
elfutils.spec: make without -s
-rw-r--r--config/elfutils.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 8c9ae0e8..40828237 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -183,7 +183,7 @@ such servers to download those files on demand.
%build
%configure --program-prefix=%{_programprefix} --enable-debuginfod
-make -s V=1 %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
%install
rm -rf ${RPM_BUILD_ROOT}
@@ -208,7 +208,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod
touch ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite
%check
-make -s V=1 VERBOSE=1 %{?_smp_mflags} check || true
+make V=1 VERBOSE=1 %{?_smp_mflags} check || true
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig