]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
elfutils.spec: make without -s
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 6 Jan 2020 10:20:56 +0000 (05:20 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 6 Jan 2020 10:20:56 +0000 (05:20 -0500)
config/elfutils.spec.in

index 8c9ae0e83f6e7b977f8bed5cdcbee8ff2f1a1f53..40828237a75952ad3d0c042546cefed452cab2a1 100644 (file)
@@ -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