build: manifest: check for prepared instead of target-prepared stamp

This commit is contained in:
Matthias Schiffer 2015-03-14 21:52:29 +01:00
parent 97d3045dc0
commit 11ea225bec
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ manifest: FORCE
) > $(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest
+($(foreach GLUON_TARGET,$(GLUON_TARGETS), \
( [ ! -e $(BOARD_BUILDDIR)/target-prepared ] || ( $(GLUONMAKE) manifest GLUON_TARGET='$(GLUON_TARGET)' ) ) && \
( [ ! -e $(BOARD_BUILDDIR)/prepared ] || ( $(GLUONMAKE) manifest GLUON_TARGET='$(GLUON_TARGET)' ) ) && \
) :)
else