build: manifest: check for prepared instead of target-prepared stamp
This commit is contained in:
parent
97d3045dc0
commit
11ea225bec
2
Makefile
2
Makefile
@ -99,7 +99,7 @@ manifest: FORCE
|
|||||||
) > $(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest
|
) > $(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest
|
||||||
|
|
||||||
+($(foreach GLUON_TARGET,$(GLUON_TARGETS), \
|
+($(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
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user