don't bail on make if you can't do a submodule update.

This commit is contained in:
Mariano Alvira 2010-03-16 20:24:32 -04:00
parent ebb3f8685b
commit 0b507bb8be

View File

@ -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