* Makefile.in (tmp-mach-multi): Exit early when igen fails.

This commit is contained in:
Hans-Peter Nilsson 2011-07-08 03:18:56 +00:00
parent 7e60d30187
commit 31b28250dc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-08 Hans-Peter Nilsson <hp@axis.com>
* Makefile.in (tmp-mach-multi): Exit early when igen fails.
2011-07-05 Mike Frysinger <vapier@gentoo.org>
* interp.c (sim_do_command): Delete.

View File

@ -352,7 +352,7 @@ tmp-mach-multi: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
-n $${p}_support.c -f tmp-support.c \
-n $${p}_engine.h -he tmp-engine.h \
-n $${p}_engine.c -e tmp-engine.c \
; \
|| exit; \
$(SHELL) $(srcdir)/../../move-if-change tmp-icache.h $${p}_icache.h ; \
$(SHELL) $(srcdir)/../../move-if-change tmp-icache.c $${p}_icache.c ; \
$(SHELL) $(srcdir)/../../move-if-change tmp-idecode.h $${p}_idecode.h ; \