Skip to content
Snippets Groups Projects
Commit 11ea225b authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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

parent 97d3045d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment