From 6038ec7a1c80cff6a70c64e76afc2e0e56119282 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 4 May 2007 12:38:45 +0000 Subject: [PATCH] Try to debug gcc ICE --- gutenprint.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gutenprint.spec b/gutenprint.spec index 3042c5e..c22bb75 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -131,7 +131,13 @@ Epson, HP and compatible printers.. --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}