[master] c47b72a Make rpm build process somewhat more verbose

Tollef Fog Heen tfheen at varnish-software.com
Mon Dec 2 15:02:59 CET 2013


commit c47b72acdc21e4773d0adda9fdb06898b2489066
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Dec 2 15:02:57 2013 +0100

    Make rpm build process somewhat more verbose

diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 362edcd..26e7450 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -111,7 +111,7 @@ export CFLAGS="$CFLAGS -Wp,-D_FORTIFY_SOURCE=0"
 #sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g;
 #	s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 head -6 etc/default.vcl > redhat/default.vcl
 
@@ -153,7 +153,7 @@ rm -rf doc/sphinx/\=build
 	%endif
 %endif
 
-make check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcc/.libs:../../lib/libvgz/.libs"
+make check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcc/.libs:../../lib/libvgz/.libs" TESTS_PARALLELISM=1 VERBOSE=1
 
 %install
 rm -rf %{buildroot}



More information about the varnish-commit mailing list