From eb271f6adbd2ed0c8cfa896b6f3d9669b344c4e8 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 29 May 2006 13:14:25 +0000 Subject: [PATCH] dont stop when compilation failed --- ir/be/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/test/Makefile b/ir/be/test/Makefile index 232252c9f..6babba207 100644 --- a/ir/be/test/Makefile +++ b/ir/be/test/Makefile @@ -49,7 +49,7 @@ gcc/%.exe: %.c firm/%.s: %.c @test -z firm || mkdir -p firm cd firm ; $(EDG) $(EDG_CFLAGS) ../$*.c || echo "$*.c" >> ../compile_failed.txt - mv $*.s firm + mv $*.s firm || echo "" > firm/$*.s firm/%.exe: firm/%.s $(GCC) firm/$*.s -o $@ || echo "$*.c" >> link_failed.txt -- 2.20.1