From 0b507bb8be88ec07e2b505226471880237029118 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Tue, 16 Mar 2010 20:24:32 -0400 Subject: [PATCH] don't bail on make if you can't do a submodule update. --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 2f3f7eefa..e3b5aba34 100644 --- a/Makefile.include +++ b/Makefile.include @@ -129,7 +129,7 @@ distclean: clean .PHONY: clean clobber mrproper distclean all: $(OBJDIR)/board.h - git submodule update + -git submodule update for target in $(TARGETS); do make $$target\_$(BOARD).bin; done for target in $(TARGETS_WITH_ROM_VARS); do make TARGET_ROM_VARS=1 $$target\_$(BOARD).bin; done