]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
elfutils.spec: make with V=1 / check with VERBOSE=1
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 10 Dec 2019 02:28:24 +0000 (21:28 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 1 Jan 2020 17:54:37 +0000 (12:54 -0500)
also, don't insist on %check success

config/elfutils.spec.in

index d7b8c6fec8a5646ec2f027e12e931919d4f0ea93..797710b08fcb7664aaa6b199c5e660abefad48a1 100644 (file)
@@ -183,7 +183,7 @@ such servers to download those files on demand.
 
 %build
 %configure --program-prefix=%{_programprefix} --enable-debuginfod
-make -s %{?_smp_mflags}
+make -s 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 %{?_smp_mflags} check
+make -s V=1 VERBOSE=1 %{?_smp_mflags} check || true
 
 %post libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig