SPECS: gcc.spec - fix `make check` call.

pluto pluto at pld-linux.org
Mon Jul 25 21:22:25 CEST 2005


Author: pluto                        Date: Mon Jul 25 19:22:25 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix `make check` call.

---- Files affected:
SPECS:
   gcc.spec (1.348 -> 1.349) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.348 SPECS/gcc.spec:1.349
--- SPECS/gcc.spec:1.348	Mon Jul 25 17:16:17 2005
+++ SPECS/gcc.spec	Mon Jul 25 21:22:19 2005
@@ -805,7 +805,7 @@
 	mandir=%{_mandir} \
 	infodir=%{_infodir}
 
-%{?with_tests:%{__make} -k -C obj-%{_target_platform} check}
+%{?with_tests:%{__make} -k -C obj-%{_target_platform} check 2>&1 | cat}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -1293,6 +1293,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.349  2005/07/25 19:22:19  pluto
+- fix `make check` call.
+
 Revision 1.348  2005/07/25 15:16:17  pluto
 - fix critical bug in vrp (PR22550).
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.348&r2=1.349&f=u




More information about the pld-cvs-commit mailing list