SPECS: gcc.spec - remove ugly hack from `make check`.

pluto pluto at pld-linux.org
Tue Sep 20 14:18:28 CEST 2005


Author: pluto                        Date: Tue Sep 20 12:18:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- remove ugly hack from `make check`.

---- Files affected:
SPECS:
   gcc.spec (1.362 -> 1.363) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.362 SPECS/gcc.spec:1.363
--- SPECS/gcc.spec:1.362	Thu Sep 15 15:08:27 2005
+++ SPECS/gcc.spec	Tue Sep 20 14:18:20 2005
@@ -792,7 +792,7 @@
 	mandir=%{_mandir} \
 	infodir=%{_infodir}
 
-%{?with_tests:%{__make} -k -C obj-%{_target_platform} check 2>&1 | cat}
+%{?with_tests:%{__make} -k -C obj-%{_target_platform} check 2>&1 ||:}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -1278,6 +1278,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.363  2005/09/20 12:18:20  pluto
+- remove ugly hack from `make check`.
+
 Revision 1.362  2005/09/15 13:08:27  pluto
 - updated to 4.1.0-20050915T1259UTC.
 
================================================================

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




More information about the pld-cvs-commit mailing list