rpms/gutenprint/devel gutenprint.spec,1.20,1.21

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Fri May 4 12:39:21 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/gutenprint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32137

Modified Files:
	gutenprint.spec 
Log Message:
Try to debug gcc ICE


Index: gutenprint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gutenprint/devel/gutenprint.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gutenprint.spec	4 May 2007 12:06:22 -0000	1.20
+++ gutenprint.spec	4 May 2007 12:38:45 -0000	1.21
@@ -131,7 +131,13 @@
             --with-user-guide --with-samples \
             --with-escputil --with-test --disable-rpath
 
-make %{?_smp_mflags} 
+make %{?_smp_mflags} || :
+for i in /tmp/cc*.out
+do
+  echo $i:
+  uuencode $i $i || (wc -l $i; cat $i)
+done
+exit 1
  
 %install
 rm -rf %{buildroot}




More information about the fedora-extras-commits mailing list