Change all occurences of BRANCH to GLUON_BRANCH...

This commit is contained in:
Matthias Schiffer 2014-02-12 10:03:26 +01:00
parent 736d3c7d2b
commit 1042c74c7a

View File

@ -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