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
manifest: FORCE
@$(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) $@
dirclean: clean
......@@ -308,7 +308,7 @@ manifest: FORCE
"$$file" && break; \
done; \
) \
) :)) > $(GLUON_IMAGEDIR)/sysupgrade/$(BRANCH).manifest
) :)) > $(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest
.PHONY: all images prepare clean cleanall
......
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