summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2019-12-09 21:28:24 -0500
committerFrank Ch. Eigler <fche@redhat.com>2020-01-01 12:54:37 -0500
commit237dabb27029205a9af22e263d332163339c4bb4 (patch)
tree16692ba664f99643c47623c3625f3c5ef65717e1
parent5de5dc7d1bf8b49056b123978f0449588d5f006c (diff)
elfutils.spec: make with V=1 / check with VERBOSE=1
also, don't insist on %check success
-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 d7b8c6fe..797710b0 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 %{?_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