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

Change all occurences of BRANCH to GLUON_BRANCH...

parent 736d3c7d
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ download prepare images: FORCE ...@@ -69,7 +69,7 @@ download prepare images: FORCE
manifest: FORCE manifest: FORCE
@$(CheckExternal) @$(CheckExternal)
[ -n "$(BRANCH)" ] || (echo 'Please set BRANCH to create a manifest.'; false) [ -n "$(GLUON_BRANCH)" ] || (echo 'Please set GLUON_BRANCH to create a manifest.'; false)
+@$(GLUONMAKE) $@ +@$(GLUONMAKE) $@
dirclean: clean dirclean: clean
...@@ -308,7 +308,7 @@ manifest: FORCE ...@@ -308,7 +308,7 @@ manifest: FORCE
"$$file" && break; \ "$$file" && break; \
done; \ done; \
) \ ) \
) :)) > $(GLUON_IMAGEDIR)/sysupgrade/$(BRANCH).manifest ) :)) > $(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest
.PHONY: all images prepare clean cleanall .PHONY: all images prepare clean cleanall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment