From 1042c74c7a4ee4727ada7fd246992ea6fa03d24d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 12 Feb 2014 10:03:26 +0100 Subject: [PATCH] Change all occurences of BRANCH to GLUON_BRANCH... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 28d7292c..703a504d 100644 --- a/Makefile +++ b/Makefile @@ -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