* Makefile.in (tmp-mach-multi): Exit early when igen fails.
This commit is contained in:
parent
7e60d30187
commit
31b28250dc
@ -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.
|
||||
|
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user