From: Frank Ch. Eigler Date: Tue, 10 Dec 2019 02:28:24 +0000 (-0500) Subject: elfutils.spec: make with V=1 / check with VERBOSE=1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=237dabb27029205a9af22e263d332163339c4bb4;p=thirdparty%2Felfutils.git elfutils.spec: make with V=1 / check with VERBOSE=1 also, don't insist on %check success --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index d7b8c6fec..797710b08 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